summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-03-19sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki1-0/+5
2018-03-16Convert all of CONFIG_CONS_INDEX to KconfigTom Rini1-8/+40
2018-03-16watchdog: omap_wdt: improve watchdog reset pathRuslan Bilovol1-6/+15
2018-03-16clk: at91: clk-system: add set/get_rate operationsWenyou Yang1-0/+26
2018-03-16clk: at91: add PLLADIV driverWenyou Yang2-1/+89
2018-03-16clk: at91: add USB Host clock driverWenyou Yang3-0/+155
2018-03-15Merge git://git.denx.de/u-boot-spiTom Rini6-427/+25
2018-03-14spi: omap3: Fix redeclared errorJagan Teki1-2/+2
2018-03-14Merge git://git.denx.de/u-boot-sunxiTom Rini3-3/+16
2018-03-14arch-stm32: Factorize stm32.h for STM32F4 and F7Patrice Chotard1-1/+1
2018-03-14clk: clk_stm32f: Add DSI clock supportPatrice Chotard1-1/+1
2018-03-14clk: clk_stm32f: Add set_rate for LTDC clockPatrice Chotard1-0/+100
2018-03-14clk: clk_stm32f: Configure SAI PLL to generate LTDC pixel clockPatrice Chotard1-1/+36
2018-03-14clk: clk_stm32f: Rework SDMMC stm32_clk_get_rate() partPatrice Chotard1-31/+74
2018-03-14clk: clk_stm32f: No more need of 48Mhz from PLL_SAIPatrice Chotard1-21/+8
2018-03-14clk: clk_stm32f: Fix RCC_PLLSAICFGR mask definesPatrice Chotard1-4/+4
2018-03-14clk: clk_stm32f: Fix stm32_clk_get_rate()Patrice Chotard1-5/+7
2018-03-14mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay1-1/+6
2018-03-14mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay1-1/+2
2018-03-14board: stm32: switch to DM STM32 timerPatrice Chotard2-16/+0
2018-03-14clk: clk_stm32h7: Fix prescaler for Domain 3Patrice Chotard1-3/+4
2018-03-14clk: clk_stm32h7: Fix stm32_clk_get_rate() for timerPatrice Chotard1-12/+90
2018-03-14clk: clk_stm32f: Fix stm32_clk_get_rate() for timerPatrice Chotard1-17/+99
2018-03-14timer: stm32: Add timer support for STM32 SoCs familyPatrice Chotard3-0/+146
2018-03-14Merge git://git.denx.de/u-boot-rockchipTom Rini7-7/+7
2018-03-14Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini4-50/+108
2018-03-13rockchip: pwm: convert to use live dtKever Yang1-1/+1
2018-03-13rockchip: clk: rk1108: convert to use live dtKever Yang1-1/+1
2018-03-13rockchip: clk: rk3328: convert to use live dtKever Yang1-1/+1
2018-03-13rockchip: clk: rk3288: convert to use live dtKever Yang1-1/+1