summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | tools/env: Don't call env_init() in fw_getenv()Joe Hershberger2012-10-15-3/+0
* | tools/env: Remove unneeded complexityJoe Hershberger2012-10-15-20/+13
* | tools/env: Use a board-specific default envJoe Hershberger2012-10-15-17/+35
* | common: cmd_bdinfo: fix type of value in print_lnumDaniel Schwierzeck2012-10-15-1/+1
* | input: Add debugging for key matrix key codesSimon Glass2012-10-15-0/+2
* | input: Allow key ghosting filter to be disabledSimon Glass2012-10-15-4/+12
* | input: Separate out keyboard repeat/delay from initSimon Glass2012-10-15-10/+22
* | input: Correct key_matrix fdt decodingSimon Glass2012-10-15-4/+7
* | tools: Add cleanpatchFabio Estevam2012-10-15-0/+258
* | patman: Handle checkpatch.pl not providing file/line infoSimon Glass2012-10-15-2/+3
* | patman: Support Series-name tag to name a seriesSimon Glass2012-10-15-2/+7
* | MAKEALL: add a -C/--check option to enable build checkingKim Phillips2012-10-15-3/+7
* | add check infrastructure, default sparseKim Phillips2012-10-15-0/+26
* | sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann2012-10-15-18/+12
* | ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini2012-10-15-2/+2
* | sil_sata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-3/+3
* | sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini2012-10-15-1/+1
* | pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-2/+2
* | fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-4/+6
* | dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-4/+4
* | ata_piix: sata_write must take a const void argument.Tom Rini2012-10-15-2/+2
* | ata_piix: Fix checkpatch issuesTom Rini2012-10-15-267/+232
* | usb.h: Add udc_disconnect prototype to usb.hLukasz Dalek2012-10-15-0/+11
* | pxa25x: Add support for USB ethernet gadgetLukasz Dalek2012-10-15-0/+2222
* | usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek2012-10-15-45/+30
* | usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek2012-10-15-5/+14
* | usbether: Fixed bug when using with PXA25X chipsLukasz Dalek2012-10-15-1/+16
* | tegra20: add USB ULPI init codeLucas Stach2012-10-15-27/+158
* | usb: ulpi: add indicator configuration functionLucas Stach2012-10-15-6/+39
* | usb: ehci: don't print debug outputLucas Stach2012-10-15-1/+1
* | tegra20: port to new ehci interfaceLucas Stach2012-10-15-16/+8
* | usb: add support for multiple usb controllersLucas Stach2012-10-15-56/+70
* | usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-15-216/+195
* | usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-15-34/+40
* | pmc405de and zeus: remove the env_ptr externsIgor Grinberg2012-10-15-2/+0
* | ppc4xx: Remove AP1000 board supportStefan Roese2012-10-15-3627/+3
* | ppc4xx: Remove ML2 board supportStefan Roese2012-10-15-1067/+1
* | ppc4xx: Remove IOP480 supportStefan Roese2012-10-15-804/+3
* | serial: Enhance the manual relocationMarek Vasut2012-10-15-6/+14
* | serial: Compile drivers/serial/serial.c by defaultMarek Vasut2012-10-15-2/+2
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-15-42/+3
* | serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-15-1792/+39
* | serial: Remove CONFIG_SERIAL_MULTI from config filesMarek Vasut2012-10-15-53/+0
* | serial: Unconditionally enable CONFIG_SERIAL_MULTIMarek Vasut2012-10-15-3/+1
* | serial: Move common/serial.c to drivers/serial/Marek Vasut2012-10-15-1/+4
* | serial: ns16550: Rename serial.c to serial_ns16550.cMarek Vasut2012-10-15-1/+1
* | serial: ns16550: Call usbtty_poll only in non-SPL buildMarek Vasut2012-10-15-1/+1
* | serial: Use puts() and hang() instead of panic() in SPLMarek Vasut2012-10-15-2/+8
* | serial: mxs: spl: Remove empty serial_* functions from SPL codeMarek Vasut2012-10-15-4/+0
* | serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driverMarek Vasut2012-10-15-6/+63