aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-19nand: Remove unused ppc4xx NAND driver and referencesStefan Roese3-217/+0
2018-03-19clk: stm32mp1: add clock tree initializationPatrick Delaunay1-0/+576
2018-03-19clk: add driver for stm32mp1Patrick Delaunay3-0/+1166
2018-03-19reset: stm32: adapt driver for stm32mp1Patrick Delaunay2-7/+31
2018-03-19pinctrl: stm32: update pincontrol for stmp32mp157Patrick Delaunay1-2/+7
2018-03-19pmic: add stpmu1 supportPatrick Delaunay3-0/+71
2018-03-19ram: stm32mp1: add driverPatrick Delaunay8-0/+1291
2018-03-19arm: stm32: add new architecture for STM32MP familyPatrick Delaunay3-5/+5
2018-03-19stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay1-2/+2
2018-03-19gpio: stm32f7_gpio: handle node ngpiosPatrick Delaunay1-1/+2
2018-03-19dm: gpio: Convert stm32f7 driver to livetreePatrick Delaunay1-9/+3
2018-03-19spl: add SPL_RESET_SUPPORTPatrick Delaunay1-0/+1
2018-03-19video: stm32: stm32_ltdc: set the blending factoryannick fertre1-6/+35
2018-03-19video: stm32: stm32_ltdc: missing set of line interrupt positionyannick fertre1-0/+2
2018-03-19video: stm32: stm32_ltdc: set rate of the pixel clockyannick fertre1-23/+29
2018-03-19video: stm32: stm32_ltdc: update file header & footeryannick fertre1-9/+8
2018-03-19video: stm32: stm32_ltdc: add resetyannick fertre1-0/+11
2018-03-19video: exynos: remove redundant assignmentsHeinrich Schuchardt1-6/+6
2018-03-19video, da8xx-fb: fix time out in wait_for_event()Heinrich Schuchardt1-2/+3
2018-03-19video: stb_truetype: simplify expressionHeinrich Schuchardt1-1/+1
2018-03-19video: cfb_console: simplify logical constraintHeinrich Schuchardt1-1/+1
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-13arch-stm32: Factorize stm32.h for STM32F4 and F7Patrice Chotard1-1/+1
2018-03-13clk: clk_stm32f: Add DSI clock supportPatrice Chotard1-1/+1
2018-03-13clk: clk_stm32f: Add set_rate for LTDC clockPatrice Chotard1-0/+100
2018-03-13clk: clk_stm32f: Configure SAI PLL to generate LTDC pixel clockPatrice Chotard1-1/+36
2018-03-13clk: clk_stm32f: Rework SDMMC stm32_clk_get_rate() partPatrice Chotard1-31/+74
2018-03-13clk: clk_stm32f: No more need of 48Mhz from PLL_SAIPatrice Chotard1-21/+8
2018-03-13clk: clk_stm32f: Fix RCC_PLLSAICFGR mask definesPatrice Chotard1-4/+4
2018-03-13clk: clk_stm32f: Fix stm32_clk_get_rate()Patrice Chotard1-5/+7
2018-03-13mmc: stm32: sdmmc2: add support for st, pin-ckinsdmmc_ckinPatrick Delaunay1-1/+6
2018-03-13mmc: stm32: sdmmc2: add hardware flow control supportPatrick Delaunay1-1/+2
2018-03-13board: stm32: switch to DM STM32 timerPatrice Chotard2-16/+0
2018-03-13clk: clk_stm32h7: Fix prescaler for Domain 3Patrice Chotard1-3/+4
2018-03-13clk: clk_stm32h7: Fix stm32_clk_get_rate() for timerPatrice Chotard1-12/+90
2018-03-13clk: clk_stm32f: Fix stm32_clk_get_rate() for timerPatrice Chotard1-17/+99
2018-03-13timer: stm32: Add timer support for STM32 SoCs familyPatrice Chotard3-0/+146
2018-03-13Merge git://git.denx.de/u-boot-rockchipTom Rini7-7/+7
2018-03-13Merge 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