summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c-imx: wait for STOP before disabling controllerMarc Reilly2010-10-011-5/+5
* imx-ipu-fb: set default bits per pixel at 16 for mx3Jean-Christophe PLAGNIOL-VILLARD2010-09-271-0/+1
* netx eth: Fix compilationSascha Hauer2010-09-201-4/+4
* ep93xx net driver: Fix compilationSascha Hauer2010-09-201-4/+6
* fec_mpc5200: Fix compilationSascha Hauer2010-09-201-1/+1
* twl4030: Fix compiler warningsSascha Hauer2010-09-201-3/+3
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+1
* i2c: move busses to drivers/i2c/bussesJean-Christophe PLAGNIOL-VILLARD2010-09-206-11/+19
* arm: move clkdev to drivers/clkJean-Christophe PLAGNIOL-VILLARD2010-09-205-0/+176
* amba-pl011: probe fail if we can't get the clockJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+4
* i2c rename CONFIG_DRIVER_I2C_xx to CONFIG_I2C_xxJean-Christophe PLAGNIOL-VILLARD2010-09-172-14/+14
* i2c: fix wrong comment and symbol export for i2c_add_numbered_adapter()Wolfram Sang2010-09-161-14/+12
* module: move EXPORT_SYMBOL_GPL define to module.hJean-Christophe PLAGNIOL-VILLARD2010-08-301-1/+0
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-2718-228/+211
* macb: introduce HAS_MACB configurationJean-Christophe PLAGNIOL-VILLARD2010-08-231-1/+4
* dm9000: allow to specify that no srom is presentJean-Christophe PLAGNIOL-VILLARD2010-08-231-1/+2
* omap: nand remove unnecessary conditionMichael Grzeschik2010-08-181-2/+1
* fec_imx: add support for IIM stored mac addressBaruch Siach2010-08-171-2/+2
* omap nand: bugfix configure ecc orderMichael Grzeschik2010-08-061-21/+21
* ehci: add omap supportMichael Grzeschik2010-08-063-0/+265
* usb: add twl4030 phy supportMichael Grzeschik2010-08-063-0/+204
* ehci: add remove functionMichael Grzeschik2010-08-061-0/+8
* ehci: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS to 16Sascha Hauer2010-08-061-1/+1
* ehci: Make has_tt configurable via platform dataSascha Hauer2010-08-061-5/+8
* add twl4030 supportSascha Hauer2010-08-063-0/+191
* arm omap: Add I2C driverSascha Hauer2010-08-063-0/+808
* nand: driver for Nomadik 8815 SoCJean-Christophe PLAGNIOL-VILLARD2010-08-063-0/+254
* amba: add pl011Jean-Christophe PLAGNIOL-VILLARD2010-08-063-0/+202
* at91: implement clock frameworkJean-Christophe PLAGNIOL-VILLARD2010-08-062-6/+37
* Merge branch 'next'Sascha Hauer2010-08-0356-107/+11944
|\
| * drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD2010-08-0213-13/+19
| * atmel_nand: fix comment where this code is derived fromSascha Hauer2010-07-231-2/+2
| * Merge remote branch 'origin/omap' into nextSascha Hauer2010-07-122-24/+87
| |\
| | * omap nand: cleanupSascha Hauer2010-07-052-24/+87
| * | barebox ubi changesSascha Hauer2010-07-057-172/+291
| * | add ubi support from u-boot. Just enough to compile and scanSascha Hauer2010-07-0521-0/+11400
| * | cfi_flash: Add mtd partition support for UBISascha Hauer2010-07-052-4/+98
| * | cfi_flash: Do not print debug info while erasingSascha Hauer2010-07-051-1/+1
| * | cfi_flash: Do not typedef struct flash_infoSascha Hauer2010-07-054-60/+60
| * | add partition mtd supportSascha Hauer2010-07-053-0/+146
| * | move drivers/nand to drivers/mtd/nandSascha Hauer2010-07-0518-3/+12
| |/
* / nand_imx: fix "used uninitialized" warning on mx25Baruch Siach2010-07-161-1/+1
|/
* Merge branch 'next'Sascha Hauer2010-07-0325-137/+350
|\
| * imx-ipu-fb: do not enable framebuffer on startupEric Bénard2010-06-301-2/+0
| * imx-ipu-fb: Add board specific hook to enable displayEric Bénard2010-06-301-0/+8
| * cfi flash driver: Use generic progression bar functionSascha Hauer2010-06-281-1/+4
| * Merge remote branch 'origin/assorted-pu' into nextSascha Hauer2010-06-285-78/+94
| |\
| | * fb: add a usage counter to prevent double enable/disableSascha Hauer2010-06-241-0/+5
| | * i.MX serial: Use readl/writel instead of pointer derefSascha Hauer2010-06-241-66/+71
| | * usbnet: remove unused dev member in struct usbnetSascha Hauer2010-06-242-10/+11