summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* correct simple typo, "plarform_init"Robert P. J. Day2012-12-031-2/+2
* i2c: Add missing DEVICE_ID_DYNAMICSascha Hauer2012-12-031-0/+1
* serial i.MX: Make locally used variables staticSascha Hauer2012-11-271-2/+2
* phylib: fix compiler warningAntony Pavlov2012-11-261-1/+1
* Revert "mtd: atmel_nand: optimize read/write buffer functions"Jean-Christophe PLAGNIOL-VILLARD2012-11-261-8/+25
* atmel_nand: fix pmecc timeoutJean-Christophe PLAGNIOL-VILLARD2012-11-261-1/+1
* m25p80: sync flash support with the kernelJean-Christophe PLAGNIOL-VILLARD2012-11-201-9/+33
* m25p80: re-import it againt mtd_add_hostJean-Christophe PLAGNIOL-VILLARD2012-11-206-338/+272
* nand-bb: Fix remove of nand-bb device.Juergen Kilb2012-11-201-0/+1
* omap4: add serial communications over usb bootVicente2012-11-163-0/+91
* Merge branch 'for-next/usb'Sascha Hauer2012-11-161-8/+17
|\
| * usb: add flow control to u_serialRobert Jarzmik2012-10-291-8/+17
* | Merge branch 'for-next/spi'Sascha Hauer2012-11-163-77/+209
|\ \
| * | omap3_spi: fix bus numbers according to omap3_add_spi[1-4]Jan Luebbe2012-11-121-7/+7
| * | atmel_spi: add cs change supportJean-Christophe PLAGNIOL-VILLARD2012-11-121-2/+22
| * | atmel_spi: drop setup during transferJean-Christophe PLAGNIOL-VILLARD2012-11-121-5/+0
| * | atmel_spi: fix cs supportJean-Christophe PLAGNIOL-VILLARD2012-11-121-22/+100
| * | atmel_spi: add sanity check in setupJean-Christophe PLAGNIOL-VILLARD2012-11-121-0/+14
| * | atmel_spi: after setup the cs need to be disableJean-Christophe PLAGNIOL-VILLARD2012-11-121-13/+16
| * | atmel_spi: split transfer to atmel_spi_do_xferJean-Christophe PLAGNIOL-VILLARD2012-11-121-40/+49
| * | atmel_spi: use device id as bus numJean-Christophe PLAGNIOL-VILLARD2012-11-121-0/+1
| * | spi: introduce spi_get_masterJean-Christophe PLAGNIOL-VILLARD2012-11-121-0/+12
* | | Merge branch 'for-next/phylib'Sascha Hauer2012-11-162-24/+10
|\ \ \
| * | | mdiobus: unbreak phy_device_connect(): honor masked out PHYsAndreas Pretzsch2012-11-121-0/+4
| * | | mdiobus: do not scan the bus at registration timeSascha Hauer2012-11-072-24/+3
| * | | mdiobus: return existing phydev in mdiobus_scanSascha Hauer2012-10-301-0/+3
* | | | Merge branch 'for-next/of'Sascha Hauer2012-11-161-1/+85
|\ \ \ \
| * | | | of: Add function to get the model nameSascha Hauer2012-10-091-0/+39
| * | | | of: find and register memory during probeSascha Hauer2012-10-081-1/+48
* | | | | Merge branch 'for-next/net'Sascha Hauer2012-11-162-5/+98
|\ \ \ \ \
| * | | | | net smc911x: add support for external PHYAndreas Pretzsch2012-11-121-4/+93
| * | | | | designware: set parent for eth_device and miibusJean-Christophe PLAGNIOL-VILLARD2012-10-151-0/+2
| * | | | | net:designware: allow to pass the phy interfaceJean-Christophe PLAGNIOL-VILLARD2012-10-151-1/+3
* | | | | | Merge branch 'for-next/mxs'Sascha Hauer2012-11-162-4/+12
|\ \ \ \ \ \
| * | | | | | mtd: nand: mxs: check for errors when resetting ip coreWolfram Sang2012-10-311-3/+9
| * | | | | | dma: apbh: check for errors when resetting ip coreWolfram Sang2012-10-311-1/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-next/mtd'Sascha Hauer2012-11-1616-53/+1793
|\ \ \ \ \ \
| * | | | | | mtd: introduce mtd_block_isbadJean-Christophe PLAGNIOL-VILLARD2012-11-034-5/+14
| * | | | | | mtd: dataflash: fix spi_transfer initJean-Christophe PLAGNIOL-VILLARD2012-11-021-0/+6
| * | | | | | nand: atmel add pmecc supportJean-Christophe PLAGNIOL-VILLARD2012-10-213-45/+859
| * | | | | | mtd: add parent supportJean-Christophe PLAGNIOL-VILLARD2012-10-179-2/+14
| * | | | | | mtd: register device a pure deviceJean-Christophe PLAGNIOL-VILLARD2012-10-161-1/+1
| * | | | | | mtd: add dataflash supportJean-Christophe PLAGNIOL-VILLARD2012-10-153-0/+899
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next/misc'Sascha Hauer2012-11-163-18/+68
|\ \ \ \ \ \
| * | | | | | nomadik_nand: switch to named resourceJean-Christophe PLAGNIOL-VILLARD2012-10-301-3/+3
| * | | | | | driver: add support for requesting resource by nameJean-Christophe PLAGNIOL-VILLARD2012-10-301-0/+46
| * | | | | | spi: move the depends on SPI to if SPI and keep config alphanum orderedJean-Christophe PLAGNIOL-VILLARD2012-10-301-13/+12
| * | | | | | cosmetic: remove right alignment on driver listFranck Jullien2012-10-171-1/+1
| * | | | | | driver: print error message when probe failsSascha Hauer2012-10-071-1/+6
* | | | | | | Merge branch 'for-next/mfd'Sascha Hauer2012-11-161-0/+21
|\ \ \ \ \ \ \