summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Migrate CONFIG_DRIVER_TI_CPSW to KconfigAlex Kiernan2018-04-081-0/+7
* treewide: Migrate CONFIG_FSL_ESDHC to KconfigMario Six2018-04-081-0/+6
* treewide: Migrate CONFIG_TSEC_ENET to KconfigMario Six2018-04-081-0/+7
* Revert "spi: atmel: Drop non-dm code"Tom Rini2018-04-072-0/+217
* Revert "spi: atmel: Drop atmel_spi.h"Tom Rini2018-04-072-88/+93
* gpio: uclass: Fix debug stringMario Six2018-04-061-1/+1
* watchdog: Fix Kconfig alignment for WDT_SANDBOXMichal Simek2018-04-061-3/+3
* rtc: rx8025: remove redundant code in rtc_resetChris Packham2018-04-061-17/+1
* rtc: rs5c372: remove redundant code in rtc_resetChris Packham2018-04-061-23/+1
* rtc: mx27rtc: remove redundant code in rtc_resetChris Packham2018-04-061-5/+1
* rtc: ds1374: remove redundant code in rtc_resetChris Packham2018-04-061-15/+0
* rtc: ds1307: remove redundant code in rtc_resetChris Packham2018-04-061-33/+0
* clock: stm32mp1: add stgen clock source change supportPatrick Delaunay2018-04-061-1/+45
* rtc: rewrite isl1208 to support DMKlaus Goger2018-04-062-55/+98
* regulator: pbias: don't evaluate variable before assignmentHeinrich Schuchardt2018-04-061-3/+3
* input: Drop PS/2 keyboard supportSimon Glass2018-04-065-950/+0
* drivers: serial: remove nonexisting initialisation functionsChristophe Leroy2018-04-061-64/+0
* Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan2018-04-061-0/+1
* powerpc: mpc8xx: move watchdog into drivers/watchdogChristophe Leroy2018-04-062-0/+22
* powercp: mpc8xx: move commproc.hChristophe Leroy2018-04-063-3/+3
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-063-3/+3
* soft_i2c: cleanup - no mpc8xx supportChristophe Leroy2018-04-061-3/+0
* spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki2018-04-061-1/+1
* spi: atmel: Drop atmel_spi.hJagan Teki2018-04-062-93/+88
* spi: atmel: Drop non-dm codeJagan Teki2018-04-062-217/+0
* spi: atmel: Add ifdef for DM_GPIO codeJagan Teki2018-04-061-2/+12
* Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2018-04-062-2/+3
|\
| * mmc: use core clock frequency in bcm2835 sdhostJonathan Gray2018-04-052-2/+3
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-046-146/+218
|\ \ | |/ |/|
| * sunxi: revert disabling of featuresAndre Przywara2018-04-041-2/+0
| * net: sun8i-emac: remove support for old bindingAndre Przywara2018-04-041-53/+25
| * net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara2018-04-041-8/+51
| * net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara2018-04-041-13/+39
| * sunxi: gpio: add missing compatible stringsAndre Przywara2018-04-041-0/+3
| * sunxi: move the NAND parameters to KconfigMiquel Raynal2018-04-031-0/+22
| * sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal2018-04-031-0/+1
| * sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal2018-04-031-0/+1
| * sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal2018-04-031-1/+1
| * spl: nand: sunxi: use PIO instead of DMAMiquel Raynal2018-04-031-80/+55
| * spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal2018-04-031-1/+2
| * spl: nand: sunxi: make the reset column helper more genericMiquel Raynal2018-04-031-5/+5
| * spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal2018-04-031-3/+12
| * spl: nand: sunxi: create an helper to handle command executionMiquel Raynal2018-04-031-21/+21
| * spl: nand: sunxi: add missing status clearMiquel Raynal2018-04-031-0/+1
| * spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal2018-04-031-0/+19
| * spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal2018-04-031-20/+14
| * spl: nand: sunxi: fix typo on register nameMiquel Raynal2018-04-031-3/+3
| * spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal2018-04-031-2/+3
| * mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal2018-04-031-1/+7
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-04-015-26/+57
|\ \