summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix bad return value checks (detected with Coccinelle)Thomas Huth2015-10-241-1/+1
* allow LED initialization without STATUS_LED_BOOTBernhard Nortmann2015-10-242-2/+6
* add generic stubs for GPIO LEDsBernhard Nortmann2015-10-231-0/+54
* dm: keystone: serial: Add driver model supportLokesh Vutla2015-10-232-0/+49
* net: convert altera_tse to driver model and phylibThomas Chou2015-10-233-1047/+382
* nios2: convert altera sysid to driver modelThomas Chou2015-10-233-0/+109
* dm: implement a Miscellaneous uclassThomas Chou2015-10-233-0/+61
* serial: remove altera serial initializationsThomas Chou2015-10-231-4/+0
* nios2: convert altera timer to driver modelThomas Chou2015-10-233-0/+112
* dm: implement a Timer uclassThomas Chou2015-10-235-0/+64
* nios2 : convert altera_pio to driver modelThomas Chou2015-10-232-240/+83
* spi : convert altera_spi to driver modelThomas Chou2015-10-232-86/+119
* nios2: convert altera_uart to driver modelThomas Chou2015-10-232-91/+121
* nios2: convert altera_jtag_uart to driver modelThomas Chou2015-10-232-60/+137
* drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N2015-10-221-0/+11
* drivers: serial: serial_omap: add comaptibles for all ti platformsMugunthan V N2015-10-221-0/+4
* drivers: serial: serial_omap: populate default clock frequency when not found...Mugunthan V N2015-10-221-1/+3
* drivers: mmc: omap_hsmmc: convert driver to adopt device driver modelMugunthan V N2015-10-221-1/+116
* ARM: k2g: add SD card and eMMC supportRoger Quadros2015-10-221-2/+5
* driver: net: keystone_net: removing unused codeMugunthan V N2015-10-221-10/+0
* driver: net: keystone_net: add support for rgmii phyVitaly Andrianov2015-10-221-1/+43
* dma: keystone_nav: Fix linkram sizeVitaly Andrianov2015-10-221-1/+1
* driver: net: keystone_net: fix phy mode configurationMugunthan V N2015-10-221-2/+2
* remoteproc: Introduce a sandbox dummy driverNishanth Menon2015-10-223-0/+348
* drivers: Introduce a simplified remoteproc frameworkNishanth Menon2015-10-225-0/+442
* drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N2015-10-221-1/+244
* drivers: net: cpsw: prepare driver for device model migrationMugunthan V N2015-10-221-44/+89
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-10-2110-50/+89
|\
| * dm: rtc: Correct rtc_read32() return valueSimon Glass2015-10-211-1/+1
| * rtc: mc146818: Use probe() to set up the deviceSimon Glass2015-10-211-2/+2
| * rtc: mc146818: Add a comment to the #endifSimon Glass2015-10-211-1/+1
| * debug_uart: Add an option to announce the debug UARTSimon Glass2015-10-211-0/+10
| * debug_uart: Support board-specific UART initialisationSimon Glass2015-10-211-0/+11
| * debug_uart: Adjust the declaration of debug_uart_init()Simon Glass2015-10-213-3/+3
| * x86: spi: Add support for Wildcat PointGeorge McCollister2015-10-211-1/+2
| * dm: pci: Enable VGA address forwarding on bridgesBin Meng2015-10-211-0/+18
| * dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng2015-10-211-24/+1
| * video: vesa_fb: Fix wrong return value check of pci_find_class()Bin Meng2015-10-211-1/+1
| * pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng2015-10-211-0/+6
| * dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass2015-10-211-12/+19
| * dm: pci: Correct a few debug() statementsSimon Glass2015-10-211-2/+2
| * dm: pci: Tidy up auto-config error handlingSimon Glass2015-10-211-3/+12
* | Merge git://git.denx.de/u-boot-marvellTom Rini2015-10-205-16/+168
|\ \
| * | mmc: mv_sdhci: Configure the SDHCI MBUS bridge windowsStefan Roese2015-10-211-0/+41
| * | usb: ehci-marvell.c: Add DM supportStefan Roese2015-10-212-16/+77
| * | dm: core: Enable optional use of fdt_translate_address()Stefan Roese2015-10-212-0/+50
| |/
* | sunxi: Use Kconfig CONFIG_MMCMaxime Ripard2015-10-201-1/+1
* | mmc: Add generic Kconfig optionMaxime Ripard2015-10-201-0/+6
* | fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-201-1/+1
* | sunxi: power: Change axp209 LDO3 and LDO4 default to disabledHans de Goede2015-10-201-2/+2
OpenPOWER on IntegriCloud