summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add omap_hsmmc platform data.Juergen Kilb2011-09-121-1/+9
* atmel_mci: handle clk_get error correctlyHubert Feurstein2011-09-121-2/+3
* macb: handle clk_get errorHubert Feurstein2011-09-121-0/+6
* macb: whitespace cleanupHubert Feurstein2011-09-121-6/+6
* imx_spi: rework transfer according to the API, fix compatibility with spi_wri...Paul Fertser2011-09-121-11/+44
* cfi_flash: support of u32 cmdTeresa Gámez2011-08-264-18/+38
* nor: Add SPI flash driverFranck Jullien2011-08-244-5/+945
* nios2: Add Altera SPI master driverFranck Jullien2011-08-243-0/+233
* devinfo: beautify outputSascha Hauer2011-08-171-13/+14
* spi: make the spi devices children of the parent busSascha Hauer2011-08-171-0/+1
* mci: parent fixupsSascha Hauer2011-08-175-1/+8
* net mii: add a parent pointer to miidevs and set it to the hardware deviceSascha Hauer2011-08-1512-0/+13
* net: make the ethernet device a child of the hardware deviceSascha Hauer2011-08-1512-0/+12
* mci: embed mci_dev into mci_host instead of allocating it seperatelySascha Hauer2011-08-151-3/+1
* mci mxs: fix line endingsSascha Hauer2011-08-151-3/+3
* net fec_mpc5200: fix lineendingsSascha Hauer2011-08-151-7/+7
* drivers/base: initialize active listSascha Hauer2011-08-151-0/+1
* disk_drive: fix x86 supportJean-Christophe PLAGNIOL-VILLARD2011-08-151-3/+3
* arm_dcc: fix missing switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-08-101-1/+0
* at91: swtich to clkdevJean-Christophe PLAGNIOL-VILLARD2011-08-101-1/+1
* serial_ns16550: drop the non working checkJean-Christophe PLAGNIOL-VILLARD2011-08-041-3/+0
* ARM: pass size to dma_free_coherentSascha Hauer2011-08-011-1/+1
* arm: introduce arm_add_mem_device to register dram deviceJean-Christophe PLAGNIOL-VILLARD2011-08-011-0/+15
* driver: remove map_baseJean-Christophe PLAGNIOL-VILLARD2011-08-011-20/+0
* ns16550: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-08-011-37/+89
* mci-core: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-8/+2
* ata: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* ns16550: if not specific f_caps defined use default stdin, stdout, stderrJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+4
* fsl_udc: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* cfi_flash: convert missing map_baseJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* fb: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-303-14/+20
* resource: introduce add_usb_ehci_device to register echi deviceJean-Christophe PLAGNIOL-VILLARD2011-07-292-10/+33
* dm9000: introduce add_dm9000_device to register dm9000 deviceJean-Christophe PLAGNIOL-VILLARD2011-07-292-5/+55
* dm9000: replace DM9000_WIDTH_8/16/32 by IORESOURCE_MEM_8/16/32BITJean-Christophe PLAGNIOL-VILLARD2011-07-291-6/+6
* devinfo: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-291-3/+13
* generic_memmap_ro/rw: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-291-2/+2
* ARM: add support for the i.MX53Marc Kleine-Budde2011-07-294-4/+5
*-----. Merge branches 'pu-ethaddr', 'pu-fec', 'pu-imx-iim', 'pu-resources' and 'pu-r...Sascha Hauer2011-07-2911-142/+155
|\ \ \ \
| | | | * fec_mpc5200: switch to resourcesSascha Hauer2011-07-281-1/+1
| | | | * smc91111: switch to resourcesSascha Hauer2011-07-281-1/+1
| | | | * smc911x: embed eth_device into privSascha Hauer2011-07-281-5/+4
| | | | * smc911x: switch to use resourcesSascha Hauer2011-07-281-6/+9
| | | | * smc911x: use dev_* instead of printfSascha Hauer2011-07-282-14/+10
| | | | * serial mpc5xxx: get rid of map_baseSascha Hauer2011-07-281-5/+6
| | | | * serial stm: get rid of map_baseSascha Hauer2011-07-281-46/+48
| | | | * serial pl010: get rid of map_baseSascha Hauer2011-07-281-5/+6
| | | | * serial s3c: get rid of map_baseSascha Hauer2011-07-281-12/+19
| | | | * serial netx: get rid of map_baseSascha Hauer2011-07-281-18/+19
| | | |/
| * | | net i.MX fec: rename driver struct to be genericSascha Hauer2011-07-281-2/+2
| * | | net i.MX fec: embed ethernet device into privSascha Hauer2011-07-282-2/+3