summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-04net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara1-13/+39
2018-04-04sunxi: gpio: add missing compatible stringsAndre Przywara1-0/+3
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal1-0/+22
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal1-0/+1
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal1-0/+1
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal1-1/+1
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal1-80/+55
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal1-1/+2
2018-04-03spl: nand: sunxi: make the reset column helper more genericMiquel Raynal1-5/+5
2018-04-03spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal1-3/+12
2018-04-03spl: nand: sunxi: create an helper to handle command executionMiquel Raynal1-21/+21
2018-04-03spl: nand: sunxi: add missing status clearMiquel Raynal1-0/+1
2018-04-03spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal1-0/+19
2018-04-03spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal1-20/+14
2018-04-03spl: nand: sunxi: fix typo on register nameMiquel Raynal1-3/+3
2018-04-03spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal1-2/+3
2018-04-03mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal1-1/+7
2018-04-02Merge git://git.denx.de/u-boot-dmTom Rini5-26/+57
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six2-7/+15
2018-04-01dm: core: make fixed-clock dt scan live dt compatibleAndy Yan1-5/+11