summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i.MX serial: sparse fixesSascha Hauer2010-10-211-42/+47
* fec_imx: sparse fixesSascha Hauer2010-10-212-7/+7
* Adapt the i.MX23 MCI driver to the v2 i.MX23 patch seriesJuergen Beisert2010-10-211-5/+5
* Make the clock calculation easier to read and correctJuergen Beisert2010-10-211-7/+7
* fsl_udc: fix warningEric Bénard2010-10-211-1/+2
* epautoconf: fix compile errorEric Bénard2010-10-141-0/+1
* mci-core: add more tested SD CardsEric Bénard2010-10-141-0/+3
* Merge branch 'mx51' into nextSascha Hauer2010-10-1224-290/+1370
|\
| * mci: mark 'old Canon SD 16 MiB' as workingJuergen Beisert2010-10-111-1/+1
| * imx_serial: Add mx51 supportSascha Hauer2010-10-111-1/+2
| * mci: align write buffer if necessarySascha Hauer2010-10-111-1/+15
| * mci: handle SD cards < 2.0 correctlySascha Hauer2010-10-111-17/+7
| * mfd mc13892: support reading the revisionSascha Hauer2010-10-111-0/+62
| * mfd mc13892: Add spi supportSascha Hauer2010-10-112-10/+111
| * move include files for mfd drivers to include/mfdSascha Hauer2010-10-116-6/+6
| * Move mfd drivers to drivers/mfdSascha Hauer2010-10-1114-28/+36
| * spi i.MX: Add i.MX51 supportSascha Hauer2010-10-112-8/+171
| * spi i.MX: redirect functions to version specific functionsSascha Hauer2010-10-111-10/+62
| * spi i.MX: add spi version namespace to register definesSascha Hauer2010-10-111-58/+58
| * mci: print error code on failureSascha Hauer2010-10-111-4/+3
| * mci: Add i.MX esdhc supportSascha Hauer2010-10-114-0/+690
* | Add the driver for the i.MX23 debug UARTJuergen Beisert2010-10-113-0/+208
|/
* mci: Add i.MX27/31 driverSascha Hauer2010-10-113-0/+528
* Add S3C2440 MCI card supportJuergen Beisert2010-10-113-0/+825
* Add i.MX23 MCI card supportJuergen Beisert2010-10-113-0/+707
* Add MCI card support to bareboxJuergen Beisert2010-10-115-0/+1366
* Don't try to guess the size of a disk if its size value is already givenJuergen Beisert2010-10-111-9/+18
* Don't use a sector buffer on stackJuergen Beisert2010-10-111-5/+12
* Make the disk driver less noisyJuergen Beisert2010-10-111-1/+2
* x-functions do not return in case of failure.Juergen Beisert2010-10-111-4/+0
* 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