aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-23dm: tpm: Every TPM drivers should depends on DM_TPMChristophe Ricard1-3/+3
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2-2/+0
2015-10-23dm: tpm: Add Driver Model support for tpm_atmel_twi driverChristophe Ricard2-19/+51
2015-10-23dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonChristophe Ricard4-5/+5
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass14-29/+29
2015-10-22drivers: gpio: omap: add support for parsing additional gpio parametersMugunthan V N1-0/+11
2015-10-22drivers: serial: serial_omap: add comaptibles for all ti platformsMugunthan V N1-0/+4
2015-10-22drivers: serial: serial_omap: populate default clock frequency when not found...Mugunthan V N1-1/+3
2015-10-22drivers: mmc: omap_hsmmc: convert driver to adopt device driver modelMugunthan V N1-1/+116
2015-10-22ARM: k2g: add SD card and eMMC supportRoger Quadros1-2/+5
2015-10-22driver: net: keystone_net: removing unused codeMugunthan V N1-10/+0
2015-10-22driver: net: keystone_net: add support for rgmii phyVitaly Andrianov1-1/+43
2015-10-22dma: keystone_nav: Fix linkram sizeVitaly Andrianov1-1/+1
2015-10-22driver: net: keystone_net: fix phy mode configurationMugunthan V N1-2/+2
2015-10-22remoteproc: Introduce a sandbox dummy driverNishanth Menon3-0/+348
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon5-0/+442
2015-10-22drivers: net: cpsw: convert driver to adopt device driver modelMugunthan V N1-1/+244
2015-10-22drivers: net: cpsw: prepare driver for device model migrationMugunthan V N1-44/+89
2015-10-21Merge git://git.denx.de/u-boot-x86Tom Rini10-50/+89
2015-10-21dm: rtc: Correct rtc_read32() return valueSimon Glass1-1/+1
2015-10-21rtc: mc146818: Use probe() to set up the deviceSimon Glass1-2/+2
2015-10-21rtc: mc146818: Add a comment to the #endifSimon Glass1-1/+1
2015-10-21debug_uart: Add an option to announce the debug UARTSimon Glass1-0/+10
2015-10-21debug_uart: Support board-specific UART initialisationSimon Glass1-0/+11
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass3-3/+3
2015-10-21x86: spi: Add support for Wildcat PointGeorge McCollister1-1/+2
2015-10-21dm: pci: Enable VGA address forwarding on bridgesBin Meng1-0/+18
2015-10-21dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng1-24/+1
2015-10-21video: vesa_fb: Fix wrong return value check of pci_find_class()Bin Meng1-1/+1
2015-10-21pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng1-0/+6
2015-10-21dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass1-12/+19
2015-10-21dm: pci: Correct a few debug() statementsSimon Glass1-2/+2
2015-10-21dm: pci: Tidy up auto-config error handlingSimon Glass1-3/+12
2015-10-20Merge git://git.denx.de/u-boot-marvellTom Rini5-16/+168
2015-10-21mmc: mv_sdhci: Configure the SDHCI MBUS bridge windowsStefan Roese1-0/+41
2015-10-21usb: ehci-marvell.c: Add DM supportStefan Roese2-16/+77
2015-10-21dm: core: Enable optional use of fdt_translate_address()Stefan Roese2-0/+50
2015-10-20sunxi: Use Kconfig CONFIG_MMCMaxime Ripard1-1/+1
2015-10-20mmc: Add generic Kconfig optionMaxime Ripard1-0/+6
2015-10-20fastboot: Implement OEM format only when we have MMC supportMaxime Ripard1-1/+1
2015-10-20sunxi: power: Change axp209 LDO3 and LDO4 default to disabledHans de Goede1-2/+2
2015-10-20sunxi: power: Add support for disabling axp209 regulatorsHans de Goede1-4/+46
2015-10-20sunxi: power: Drop protection against multiple calls from axp221 axp_init()Hans de Goede1-6/+0
2015-10-20sunxi: power: Use pmic_bus functions for axp152 / axp209 driverHans de Goede2-38/+26
2015-10-20sunxi: power: Change A23/A33 aldo1 default voltage to 3.0VHans de Goede1-1/+2
2015-10-20sunxi: power: Change A23/A33 VDD-SYS default from 1.2V to 1.1VHans de Goede1-2/+3
2015-10-20sunxi: power: Unify axp pmic function namesHans de Goede5-68/+35
2015-10-20sunxi: power: Make all voltages configurable through KconfigHans de Goede1-44/+130
2015-10-20sunxi: Kconfig-ify CONFIG_AXP152_POWER and _AXP209_POWERHans de Goede1-3/+29
2015-10-19dfu: dfu_sf: Take the start address into accountFabio Estevam1-2/+10