aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-15tools/env: Don't call env_init() in fw_getenv()Joe Hershberger
2012-10-15tools/env: Remove unneeded complexityJoe Hershberger
2012-10-15tools/env: Use a board-specific default envJoe Hershberger
2012-10-15common: cmd_bdinfo: fix type of value in print_lnumDaniel Schwierzeck
2012-10-15input: Add debugging for key matrix key codesSimon Glass
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass
2012-10-15input: Correct key_matrix fdt decodingSimon Glass
2012-10-15tools: Add cleanpatchFabio Estevam
2012-10-15patman: Handle checkpatch.pl not providing file/line infoSimon Glass
2012-10-15patman: Support Series-name tag to name a seriesSimon Glass
2012-10-15MAKEALL: add a -C/--check option to enable build checkingKim Phillips
2012-10-15add check infrastructure, default sparseKim Phillips
2012-10-15sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann
2012-10-15ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini
2012-10-15sil_sata: Make sata_write() comply with <part.h>Tom Rini
2012-10-15sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini
2012-10-15pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini
2012-10-15fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini
2012-10-15dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini
2012-10-15ata_piix: sata_write must take a const void argument.Tom Rini
2012-10-15ata_piix: Fix checkpatch issuesTom Rini
2012-10-15usb.h: Add udc_disconnect prototype to usb.hLukasz Dalek
2012-10-15pxa25x: Add support for USB ethernet gadgetLukasz Dalek
2012-10-15usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek
2012-10-15usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek
2012-10-15usbether: Fixed bug when using with PXA25X chipsLukasz Dalek
2012-10-15tegra20: add USB ULPI init codeLucas Stach
2012-10-15usb: ulpi: add indicator configuration functionLucas Stach
2012-10-15usb: ehci: don't print debug outputLucas Stach
2012-10-15tegra20: port to new ehci interfaceLucas Stach
2012-10-15usb: add support for multiple usb controllersLucas Stach
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach
2012-10-15pmc405de and zeus: remove the env_ptr externsIgor Grinberg
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese
2012-10-15ppc4xx: Remove ML2 board supportStefan Roese
2012-10-15ppc4xx: Remove IOP480 supportStefan Roese
2012-10-15serial: Enhance the manual relocationMarek Vasut
2012-10-15serial: Compile drivers/serial/serial.c by defaultMarek Vasut
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from config filesMarek Vasut
2012-10-15serial: Unconditionally enable CONFIG_SERIAL_MULTIMarek Vasut
2012-10-15serial: Move common/serial.c to drivers/serial/Marek Vasut
2012-10-15serial: ns16550: Rename serial.c to serial_ns16550.cMarek Vasut
2012-10-15serial: ns16550: Call usbtty_poll only in non-SPL buildMarek Vasut
2012-10-15serial: Use puts() and hang() instead of panic() in SPLMarek Vasut
2012-10-15serial: mxs: spl: Remove empty serial_* functions from SPL codeMarek Vasut
2012-10-15serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driverMarek Vasut