summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-04-08treewide: Migrate CONFIG_TSEC_ENET to KconfigMario Six
2018-04-07Revert "spi: atmel: Drop non-dm code"Tom Rini
2018-04-07Revert "spi: atmel: Drop atmel_spi.h"Tom Rini
2018-04-06gpio: uclass: Fix debug stringMario Six
2018-04-06watchdog: Fix Kconfig alignment for WDT_SANDBOXMichal Simek
2018-04-06rtc: rx8025: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: rs5c372: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: mx27rtc: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: ds1374: remove redundant code in rtc_resetChris Packham
2018-04-06rtc: ds1307: remove redundant code in rtc_resetChris Packham
2018-04-06clock: stm32mp1: add stgen clock source change supportPatrick Delaunay
2018-04-06rtc: rewrite isl1208 to support DMKlaus Goger
2018-04-06regulator: pbias: don't evaluate variable before assignmentHeinrich Schuchardt
2018-04-06input: Drop PS/2 keyboard supportSimon Glass
2018-04-06drivers: serial: remove nonexisting initialisation functionsChristophe Leroy
2018-04-06Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan
2018-04-06powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy
2018-04-06soft_i2c: cleanup - no mpc8xx supportChristophe Leroy
2018-04-06spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki
2018-04-06spi: atmel: Drop atmel_spi.hJagan Teki
2018-04-06spi: atmel: Drop non-dm codeJagan Teki
2018-04-06spi: atmel: Add ifdef for DM_GPIO codeJagan Teki
2018-04-06Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini
2018-04-05mmc: use core clock frequency in bcm2835 sdhostJonathan Gray
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-04sunxi: revert disabling of featuresAndre Przywara
2018-04-04net: sun8i-emac: remove support for old bindingAndre Przywara
2018-04-04net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara
2018-04-04net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara
2018-04-04sunxi: gpio: add missing compatible stringsAndre Przywara
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal
2018-04-03spl: nand: sunxi: make the reset column helper more genericMiquel Raynal
2018-04-03spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal
2018-04-03spl: nand: sunxi: create an helper to handle command executionMiquel Raynal
2018-04-03spl: nand: sunxi: add missing status clearMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal
2018-04-03spl: nand: sunxi: fix typo on register nameMiquel Raynal
2018-04-03spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal
2018-04-03mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal
2018-04-01Merge git://git.denx.de/u-boot-dmTom Rini
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six
2018-04-01dm: core: make fixed-clock dt scan live dt compatibleAndy Yan