summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nios2/altera_serial_jtag: Switch to resourcesFranck Jullien2011-07-271-4/+23
* nios2/serial_altera: Switch to resourcesFranck Jullien2011-07-271-5/+26
* nios2/altera_tse: Switch to resourcesFranck Jullien2011-07-272-43/+35
* DRIVER_SERIAL_LINUX_CONSOLE: fix misprintAntony Pavlov2011-07-252-2/+2
* Merge branch 'resource' of git://uboot.jcrosoft.org/barebox into nextSascha Hauer2011-07-2514-64/+606
|\
| * nand: convert to struct resourceJean-Christophe PLAGNIOL-VILLARD2011-07-232-7/+7
| * i2c: convert to struct resourceJean-Christophe PLAGNIOL-VILLARD2011-07-232-5/+4
| * ata/bios: convert to struct resourceJean-Christophe PLAGNIOL-VILLARD2011-07-231-1/+1
| * mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-234-51/+64
| * resource: introduce add_generic_device to register simple deviceJean-Christophe PLAGNIOL-VILLARD2011-07-211-6/+10
| * drivers: move resource generic management to driver/base/resource.cJean-Christophe PLAGNIOL-VILLARD2011-07-212-0/+47
| * drivers/bus: move to drivers/baseJean-Christophe PLAGNIOL-VILLARD2011-07-214-0/+479
* | MCI imx-esdhc: remove unnecessary large delaySascha Hauer2011-07-251-5/+1
* | MCI imx-esdhc: Fix multiblock transfers on i.MX53Sascha Hauer2011-07-251-8/+13
|/
* amba-pl011: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-1/+1
* amba-pl011: fix missing switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-201-2/+2
* nomadik/nand: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-4/+3
* dm9000: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-2/+2
* atmel/drivers: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-204-4/+4
* cfi: convert to struct resourceSascha Hauer2011-07-191-19/+17
* video i.MX ipu: convert to struct resourceSascha Hauer2011-07-191-1/+1
* spi i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
* mci i.MX esdhc: convert to struct resourceSascha Hauer2011-07-191-1/+1
* net i.MX fec: convert to struct resourceSascha Hauer2011-07-191-1/+1
* mci i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
* i2c i.MX: convert to struct resourceSascha Hauer2011-07-191-11/+17
* serial i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
* video i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
* nand i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
* amba-pl011: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-13/+15
* nomadik_nand: use "struct resource" instead of platform_dataJean-Christophe PLAGNIOL-VILLARD2011-07-181-4/+4
* dm9200: use "struct resource" instead of platform_dataJean-Christophe PLAGNIOL-VILLARD2011-07-181-2/+8
* atmel_nand: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+1
* atmel_mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+1
* macb: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-2/+2
* at91/serial: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-13/+14
* serial_ns16550: remove legacy code copied from U-Boot v1Antony Pavlov2011-07-172-23/+0
* spi: unregister dev if master->setup failsFranck Jullien2011-07-061-0/+1
* spi: add bits_per_word to proxy structureFranck Jullien2011-07-061-0/+1
* Merge branch 'next'Sascha Hauer2011-07-0614-1/+1106
|\
| * atmel-mci: fix initialization of 8bit-bus-width-mode for at91sam9g45Hubert Feurstein2011-06-221-2/+2
| * atmel-mci: fix wrong pointer castHubert Feurstein2011-06-221-1/+1
| * eeprom: add at25 eeprom driverHubert Feurstein2011-06-215-0/+333
| * spi: add more spi transfer functionsHubert Feurstein2011-06-211-0/+41
| * spi: add platform_data pointer to spi_board_infoHubert Feurstein2011-06-211-0/+1
| * Merge branch 'master' into nextSascha Hauer2011-06-206-28/+23
| |\
| * \ Merge branch 'atmel-mci-support-3' of git://gitorious.org/hfe-repos/barebox i...Sascha Hauer2011-06-204-0/+623
| |\ \
| | * | mci: add Atmel AT91 MCI driverHubert Feurstein2011-06-164-0/+623
| * | | macb: add support for board specific get_ethaddr functionHubert Feurstein2011-06-201-1/+1
| |/ /
| * | Add Altera JTAG UART driverFranck Jullien2011-06-103-0/+107