summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki2018-03-191-0/+5
* Convert all of CONFIG_CONS_INDEX to KconfigTom Rini2018-03-161-8/+40
* watchdog: omap_wdt: improve watchdog reset pathRuslan Bilovol2018-03-161-6/+15
* clk: at91: clk-system: add set/get_rate operationsWenyou Yang2018-03-161-0/+26
* clk: at91: add PLLADIV driverWenyou Yang2018-03-162-1/+89
* clk: at91: add USB Host clock driverWenyou Yang2018-03-163-0/+155
* Merge git://git.denx.de/u-boot-spiTom Rini2018-03-156-427/+25
|\
| * spi: omap3: Fix redeclared errorJagan Teki2018-03-141-2/+2
| * arm: sunxi: Move spl spi sunxi code to mach-sunxiJagan Teki2018-03-133-326/+0
| * spi: omap3: Skip set_mode, set_speed from claimJagan Teki2018-03-131-5/+16
| * spi: atcspi200: Drop non-dm codeJagan Teki2018-03-132-94/+7
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-03-143-3/+16
|\ \
| * | Move CONFIG_PHY_ADDR to KconfigStefan Mavrodiev2018-03-131-0/+7
| * | net: sun8i_emac: Fix PHY initializationSamuel Holland2018-03-131-1/+1
| * | mmc: sunxi: support cd-invertedHeinrich Schuchardt2018-03-131-2/+8
| |/
* | arch-stm32: Factorize stm32.h for STM32F4 and F7Patrice Chotard2018-03-131-1/+1
* | clk: clk_stm32f: Add DSI clock supportPatrice Chotard2018-03-131-1/+1
* | clk: clk_stm32f: Add set_rate for LTDC clockPatrice Chotard2018-03-131-0/+100
* | clk: clk_stm32f: Configure SAI PLL to generate LTDC pixel clockPatrice Chotard2018-03-131-1/+36
* | clk: clk_stm32f: Rework SDMMC stm32_clk_get_rate() partPatrice Chotard2018-03-131-31/+74
* | clk: clk_stm32f: No more need of 48Mhz from PLL_SAIPatrice Chotard2018-03-131-21/+8
* | clk: clk_stm32f: Fix RCC_PLLSAICFGR mask definesPatrice Chotard2018-03-131-4/+4
* | clk: clk_stm32f: Fix stm32_clk_get_rate()Patrice Chotard2018-03-131-5/+7
* | mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay2018-03-131-1/+6
* | mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay2018-03-131-1/+2
* | board: stm32: switch to DM STM32 timerPatrice Chotard2018-03-132-16/+0
* | clk: clk_stm32h7: Fix prescaler for Domain 3Patrice Chotard2018-03-131-3/+4
* | clk: clk_stm32h7: Fix stm32_clk_get_rate() for timerPatrice Chotard2018-03-131-12/+90
* | clk: clk_stm32f: Fix stm32_clk_get_rate() for timerPatrice Chotard2018-03-131-17/+99
* | timer: stm32: Add timer support for STM32 SoCs familyPatrice Chotard2018-03-133-0/+146
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2018-03-137-7/+7
|\ \
| * | rockchip: pwm: convert to use live dtKever Yang2018-03-131-1/+1
| * | rockchip: clk: rk1108: convert to use live dtKever Yang2018-03-131-1/+1
| * | rockchip: clk: rk3328: convert to use live dtKever Yang2018-03-131-1/+1
| * | rockchip: clk: rk3288: convert to use live dtKever Yang2018-03-131-1/+1
| * | rockchip: clk: rk322x: convert to use live dtKever Yang2018-03-131-1/+1