summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-10clk: add sandbox test for bulk APINeil Armstrong1-0/+29
2018-04-10clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong1-0/+59
2018-04-10reset: add sandbox test for bulk APINeil Armstrong2-1/+30
2018-04-10reset: Add get/assert/deassert/release for bulk of reset signalsNeil Armstrong1-0/+60
2018-04-10serial: meson: Update compatible with new Linux bindingsNeil Armstrong1-0/+1
2018-04-10reset: Add Amlogic Meson Reset ControllerNeil Armstrong3-0/+99
2018-04-10sysreset: syscon: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-04-09Merge tag 'xilinx-for-v2018.05-rc2' of git://git.denx.de/u-boot-microblazeTom Rini6-18/+66
2018-04-09net: phy: xilinx_phy: Read phytype using property xlnx,phy-typeSiva Durga Prasad Paladugu1-1/+1
2018-04-09axi: ethernet: Added support for 64 bit addressing for axi-ethernetVipul Kumar1-8/+25
2018-04-09nand: arasan_nfc: Fixed NAND write issueVipul Kumar1-2/+2
2018-04-09fpga: zynq: Add delay after PCFG_PROG_B changeSiva Durga Prasad Paladugu1-0/+16
2018-04-09fpga: zynqmp: Fix the nonsecure bitstream loading issueSiva Durga Prasad Paladugu1-2/+6
2018-04-09fpga: zynqmp: Update zynqmp_load() as per latest xilfpgaSiva Durga Prasad Paladugu1-5/+1
2018-04-09fpga: zynqmp: Add support to get the PCAP status for fpga info commandNitin Jain1-0/+14
2018-04-09clk: zynqmp: Add new compatible string for clock driverMichal Simek1-0/+1
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan7-0/+7
2018-04-09usb: gadget: USB_ETHER requires network supportAlex Kiernan1-0/+1
2018-04-09Migrate CONFIG_DRIVER_TI_CPSW to KconfigAlex Kiernan1-0/+7
2018-04-09treewide: Migrate CONFIG_FSL_ESDHC to KconfigMario Six1-0/+6
2018-04-08treewide: Migrate CONFIG_TSEC_ENET to KconfigMario Six1-0/+7
2018-04-07Revert "spi: atmel: Drop non-dm code"Tom Rini2-0/+217
2018-04-07Revert "spi: atmel: Drop atmel_spi.h"Tom Rini2-88/+93
2018-04-07gpio: uclass: Fix debug stringMario Six1-1/+1
2018-04-07watchdog: Fix Kconfig alignment for WDT_SANDBOXMichal Simek1-3/+3
2018-04-07rtc: rx8025: remove redundant code in rtc_resetChris Packham1-17/+1
2018-04-07rtc: rs5c372: remove redundant code in rtc_resetChris Packham1-23/+1
2018-04-07rtc: mx27rtc: remove redundant code in rtc_resetChris Packham1-5/+1
2018-04-07rtc: ds1374: remove redundant code in rtc_resetChris Packham1-15/+0
2018-04-07rtc: ds1307: remove redundant code in rtc_resetChris Packham1-33/+0
2018-04-07clock: stm32mp1: add stgen clock source change supportPatrick Delaunay1-1/+45
2018-04-07rtc: rewrite isl1208 to support DMKlaus Goger2-55/+98
2018-04-07regulator: pbias: don't evaluate variable before assignmentHeinrich Schuchardt1-3/+3
2018-04-07input: Drop PS/2 keyboard supportSimon Glass5-950/+0
2018-04-07drivers: serial: remove nonexisting initialisation functionsChristophe Leroy1-64/+0
2018-04-07Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan1-0/+1
2018-04-06powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2-0/+22
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy3-3/+3
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy3-3/+3
2018-04-06soft_i2c: cleanup - no mpc8xx supportChristophe Leroy1-3/+0
2018-04-06spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki1-1/+1
2018-04-06spi: atmel: Drop atmel_spi.hJagan Teki2-93/+88
2018-04-06spi: atmel: Drop non-dm codeJagan Teki2-217/+0
2018-04-06spi: atmel: Add ifdef for DM_GPIO codeJagan Teki1-2/+12
2018-04-06Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2-2/+3
2018-04-05mmc: use core clock frequency in bcm2835 sdhostJonathan Gray2-2/+3
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini6-146/+218
2018-04-04sunxi: revert disabling of featuresAndre Przywara1-2/+0
2018-04-04net: sun8i-emac: remove support for old bindingAndre Przywara1-53/+25
2018-04-04net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara1-8/+51