| Commit message (Expand) | Author | Age | Lines |
* | powerpc/usb: fix bug of CPU hang when missing USB PHY clock | Shengzhou Liu | 2012-10-22 | -6/+16 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-10-19 | -219/+2405 |
|\ |
|
| * | dm: Move s3c24xx USB driver to a proper place | Marek Vasut | 2012-10-18 | -0/+2211 |
| * | dm: wdt: arm: Move tnetv107x into drivers/watchdog/ | Marek Vasut | 2012-10-18 | -0/+181 |
| * | Remove lh7a40x cpu and serial driver | Albert ARIBAUD | 2012-10-16 | -226/+13 |
* | | input: Add ANSI 3.64 escape sequence generation. | Hung-Te Lin | 2012-10-19 | -15/+87 |
* | | input: Fix i8042 keyboard reset | Marc Jones | 2012-10-19 | -5/+27 |
* | | input: i8042: Provide feature to disable keyboard before booting kernel | Louis Yung-Chieh Lo | 2012-10-19 | -0/+38 |
* | | input: Provide a board specific mechanism to decide whether to skip i8042 init | Gabe Black | 2012-10-19 | -1/+12 |
* | | input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ... | Gabe Black | 2012-10-19 | -6/+3 |
* | | ColdFire: uart: fix build failure for missing header files | Alison Wang | 2012-10-19 | -0/+2 |
* | | m68k: net: Fix unused variable in mcfmii.c | Marek Vasut | 2012-10-19 | -3/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2012-10-17 | -35/+104 |
|\ \ |
|
| * | | i2c: sh_i2c: use setbits/clrbits macro | Tetsuyuki Kobayashi | 2012-10-16 | -4/+4 |
| * | | i2c: sh_i2c.c: check error in i2c_read and i2c_write | Tetsuyuki Kobayashi | 2012-10-16 | -18/+32 |
| * | | i2c: sh_i2c: enable i2c_probe | Tetsuyuki Kobayashi | 2012-10-16 | -5/+27 |
| * | | i2c: sh_i2c.c: support I2C2, I2C3 and I2C4 | Tetsuyuki Kobayashi | 2012-10-16 | -0/+15 |
| * | | i2c: sh_i2c.c: adjust for SH73A0 | Tetsuyuki Kobayashi | 2012-10-16 | -0/+4 |
| * | | i2c: sh_i2c.c: correct BUSY bit define in ICSR | Tetsuyuki Kobayashi | 2012-10-16 | -1/+1 |
| * | | i2c: sh_i2c.c: support iccl and icch extension | Tetsuyuki Kobayashi | 2012-10-16 | -8/+22 |
| |/ |
|
* | | kerneldoc: Annotate drivers/serial/serial.c | Marek Vasut | 2012-10-17 | -0/+165 |
* | | serial: Reorder get_current() | Marek Vasut | 2012-10-17 | -9/+12 |
* | | serial: Reorder serial_assign() | Marek Vasut | 2012-10-17 | -5/+6 |
* | | serial: Use default_serial_puts() in drivers | Marek Vasut | 2012-10-17 | -167/+22 |
* | | serial: Implement default_serial_puts() | Marek Vasut | 2012-10-17 | -0/+7 |
|/ |
|
* | mx51: Fix USB PHY clocks | Benoît Thébaudeau | 2012-10-15 | -1/+2 |
* | mx5: Use explicit clock gate names | Benoît Thébaudeau | 2012-10-15 | -1/+1 |
* | imx: Use MXC_I2C_CLK in imx i2c driver | Matthias Weisser | 2012-10-15 | -2/+2 |
* | i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields | Eric Nelson | 2012-10-15 | -2/+8 |
* | tegra: nand: add board pinmux | Lucas Stach | 2012-10-15 | -1/+0 |
* | Tegra20: Move some include files to arch-tegra for sharing with Tegra30 | Tom Warren | 2012-10-15 | -14/+12 |
* | input: Add debugging for key matrix key codes | Simon Glass | 2012-10-15 | -0/+2 |
* | input: Allow key ghosting filter to be disabled | Simon Glass | 2012-10-15 | -3/+8 |
* | input: Separate out keyboard repeat/delay from init | Simon Glass | 2012-10-15 | -6/+12 |
* | input: Correct key_matrix fdt decoding | Simon Glass | 2012-10-15 | -4/+7 |
* | sata.h: Make all sata/ata drivers include <sata.h> | Pavel Herrmann | 2012-10-15 | -16/+7 |
* | sil_sata: Make sata_write() comply with <part.h> | Tom Rini | 2012-10-15 | -3/+3 |
* | sata_dwc: Make sata_write() use const void, per <part.h> | Tom Rini | 2012-10-15 | -1/+1 |
* | pata_bfin: Make sata_{read,write}() comply with <part.h> | Tom Rini | 2012-10-15 | -2/+2 |
* | fsl_sata: Make sata_{read,write}() comply with <part.h> | Tom Rini | 2012-10-15 | -4/+6 |
* | dwc_ahsata: Make sata_write() comply with <part.h> | Tom Rini | 2012-10-15 | -4/+4 |
* | ata_piix: sata_write must take a const void argument. | Tom Rini | 2012-10-15 | -2/+2 |
* | ata_piix: Fix checkpatch issues | Tom Rini | 2012-10-15 | -267/+232 |
* | pxa25x: Add support for USB ethernet gadget | Lukasz Dalek | 2012-10-15 | -0/+2222 |
* | usbether: Removed DEV_CONFIG_{CDC,SUBSET} | Lukasz Dalek | 2012-10-15 | -45/+30 |
* | usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} | Lukasz Dalek | 2012-10-15 | -5/+14 |
* | usbether: Fixed bug when using with PXA25X chips | Lukasz Dalek | 2012-10-15 | -1/+16 |
* | usb: ulpi: add indicator configuration function | Lucas Stach | 2012-10-15 | -4/+28 |
* | usb: ehci: don't print debug output | Lucas Stach | 2012-10-15 | -1/+1 |
* | tegra20: port to new ehci interface | Lucas Stach | 2012-10-15 | -3/+2 |