summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-0477-99/+111
* fb: move add param to bus probeJean-Christophe PLAGNIOL-VILLARD2012-10-041-11/+12
* Merge branch 'for-next/spi'Sascha Hauer2012-10-034-0/+500
|\
| * drivers/spi: add driver for the Multichannel SPI controller found in TI SoCsJan Luebbe2012-09-064-0/+500
* | Merge branch 'for-next/sandbox'Sascha Hauer2012-10-033-0/+106
|\ \
| * | sandbox: add sdl video supportJean-Christophe PLAGNIOL-VILLARD2012-09-253-0/+106
* | | Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-0393-344/+0
|\ \ \
| * | | Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-1794-347/+0
* | | | Merge branch 'for-next/mtd'Sascha Hauer2012-10-036-27/+186
|\ \ \ \
| * | | | mtd: nand: extend NAND flash detection to new MLC chipsMarcus Folkesson2012-09-162-19/+108
| * | | | drivers/nor/cfi_flash: use IS_ENABLED instead of an ifdefJan Luebbe2012-09-162-7/+3
| * | | | drivers/nor/m25p80: add MTD supportJan Luebbe2012-09-162-1/+72
| * | | | drivers/nor/m25p80: add JEDEC ID for Micron/Numonyx SPI NOR flashJan Luebbe2012-09-061-0/+3
| | |_|/ | |/| |
* | | | Merge branch 'for-next/mmc'Sascha Hauer2012-10-031-4/+4
|\ \ \ \
| * | | | Fix endianness error on be targetFranck Jullien2012-09-141-4/+4
* | | | | Merge branch 'for-next/amba'Sascha Hauer2012-10-034-12/+275
|\ \ \ \ \
| * \ \ \ \ Merge tag 'amba_bus' of git://git.jcrosoft.org/barebox into for-next/ambaSascha Hauer2012-09-114-12/+275
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | amba-pl011: add st specific initJean-Christophe PLAGNIOL-VILLARD2012-09-111-2/+38
| | * | | | amba-pl011: switch to amba busJean-Christophe PLAGNIOL-VILLARD2012-09-111-10/+24
| | * | | | Introduce ARM AMBA busJean-Christophe PLAGNIOL-VILLARD2012-09-113-0/+213
| | | |/ / | | |/| |
* | | | | Merge branch 'for-next/net'Sascha Hauer2012-10-0332-717/+2211
|\ \ \ \ \
| * | | | | davinci_emac: get rid of mdio wrapper functionsJan Luebbe2012-09-291-32/+19
| * | | | | davinci_emac: adjust to new phylib frameworkJan Luebbe2012-09-292-34/+47
| * | | | | davinci_emac: return 0 on successful transmitJan Luebbe2012-09-291-2/+2
| * | | | | net/eth: fix link handlingSascha Hauer2012-09-271-10/+25
| * | | | | net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-2530-715/+1281
| * | | | | net fec_mpc5200: Use same platform_data as i.MX fec driverSascha Hauer2012-09-231-2/+2
| * | | | | drivers/net: add driver for the EMAC device found in some TI SoCsJan Luebbe2012-09-174-0/+913
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-next/driver'Sascha Hauer2012-10-0334-67/+1505
|\ \ \ \ \
| * | | | | gpio: reduce verbosity while probingJan Luebbe2012-09-281-1/+1
| * | | | | spi: switch from printf back to debugJan Luebbe2012-09-271-1/+1
| * | | | | fb: add it's own bus for fb devicesJean-Christophe PLAGNIOL-VILLARD2012-09-231-4/+27
| * | | | | driver: search device and driver based on the bus instead of allJean-Christophe PLAGNIOL-VILLARD2012-09-232-5/+9
| * | | | | driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-236-10/+57
| * | | | | mci i.MX esdhc: Add oftree supportSascha Hauer2012-09-231-5/+17
| * | | | | cfi-flash: Add devicetree probe supportSascha Hauer2012-09-231-6/+23
| * | | | | mfd mc13xxx: Add devicetree supportSascha Hauer2012-09-231-0/+12
| * | | | | spi imx: dt supportSascha Hauer2012-09-231-2/+47
| * | | | | serial i.MX: oftree supportSascha Hauer2012-09-171-2/+15
| * | | | | spi: add oftree supportSascha Hauer2012-09-141-1/+32
| * | | | | of: Add devicetree partition parsingSascha Hauer2012-09-142-0/+65
| * | | | | of: add devicetree probing supportSascha Hauer2012-09-148-2/+864
| * | | | | driver: add dev_get_drvdata functionSascha Hauer2012-09-141-0/+10
| * | | | | drivers/net/ksz8864rmn: add driver for Micrel KSZ8864RMN Ethernet SwitchJan Luebbe2012-09-143-0/+199
| * | | | | driver: Add platform_device_id mechanismSascha Hauer2012-09-141-1/+16
| * | | | | driver: rewrite dev_printf as a functionSascha Hauer2012-09-141-0/+19
| * | | | | I2C: Put I2C devices on their own busSascha Hauer2012-09-149-9/+32
| * | | | | SPI: Put SPI devices on their own busSascha Hauer2012-09-146-5/+29
| * | | | | mfd mc34708: Separate I2C and SPI probeSascha Hauer2012-09-141-10/+19
| * | | | | mfd mc13xxx: Separate I2C and SPI probeSascha Hauer2012-09-111-10/+18
| | |/ / / | |/| | |