summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nand: Remove unused ppc4xx NAND driver and referencesStefan Roese2018-03-193-217/+0
* clk: stm32mp1: add clock tree initializationPatrick Delaunay2018-03-191-0/+576
* clk: add driver for stm32mp1Patrick Delaunay2018-03-193-0/+1166
* reset: stm32: adapt driver for stm32mp1Patrick Delaunay2018-03-192-7/+31
* pinctrl: stm32: update pincontrol for stmp32mp157Patrick Delaunay2018-03-191-2/+7
* pmic: add stpmu1 supportPatrick Delaunay2018-03-193-0/+71
* ram: stm32mp1: add driverPatrick Delaunay2018-03-198-0/+1291
* arm: stm32: add new architecture for STM32MP familyPatrick Delaunay2018-03-193-5/+5
* stm32mp: stm32f7_i2c: use calloc instead of kmallocPatrick Delaunay2018-03-191-2/+2
* gpio: stm32f7_gpio: handle node ngpiosPatrick Delaunay2018-03-191-1/+2
* dm: gpio: Convert stm32f7 driver to livetreePatrick Delaunay2018-03-191-9/+3
* spl: add SPL_RESET_SUPPORTPatrick Delaunay2018-03-191-0/+1
* video: stm32: stm32_ltdc: set the blending factoryannick fertre2018-03-191-6/+35
* video: stm32: stm32_ltdc: missing set of line interrupt positionyannick fertre2018-03-191-0/+2
* video: stm32: stm32_ltdc: set rate of the pixel clockyannick fertre2018-03-191-23/+29
* video: stm32: stm32_ltdc: update file header & footeryannick fertre2018-03-191-9/+8
* video: stm32: stm32_ltdc: add resetyannick fertre2018-03-191-0/+11
* video: exynos: remove redundant assignmentsHeinrich Schuchardt2018-03-191-6/+6
* video, da8xx-fb: fix time out in wait_for_event()Heinrich Schuchardt2018-03-191-2/+3
* video: stb_truetype: simplify expressionHeinrich Schuchardt2018-03-191-1/+1
* video: cfb_console: simplify logical constraintHeinrich Schuchardt2018-03-191-1/+1
* 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