aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Merge git://git.denx.de/u-boot-usbTom Rini7-128/+255
2018-03-19Merge git://git.denx.de/u-boot-sunxiTom Rini1-0/+5
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-19sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki1-0/+5
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-17usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard1-9/+11
2018-03-17usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello1-1/+1
2018-03-17usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello1-3/+35
2018-03-17usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+6
2018-03-17usb: ohci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ohci-generic: handle phy power on/offPatrice Chotard1-0/+17
2018-03-17usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+9
2018-03-17usb: ehci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ehci-generic: handle phy power on/offPatrice Chotard1-0/+17
2018-03-17usb: Remove unused ppc4xx EHCI host driverStefan Roese2-36/+0
2018-03-17ubs: xhci-dwc3: Enable USB3 PHY when availableVignesh R1-0/+11
2018-03-17usb: xhci-dwc3: Refractor PHY operations into separate functionVignesh R1-27/+48
2018-03-17usb: xhci-dwc3: Power on USB PHY before usingVignesh R1-0/+12
2018-03-17usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin2-1/+13
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