summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: spi_flash: do not fail silently on bad user inputLiam Beguin2018-03-221-1/+1
* phy: add support for bcm6318 usbh phyÁlvaro Fernández Rojas2018-03-213-0/+152
* phy: add support for bcm6368 usbh phyÁlvaro Fernández Rojas2018-03-213-0/+203
* phy: add support for bcm6358 usbh phyÁlvaro Fernández Rojas2018-03-213-0/+101
* phy: add support for bcm6348 usbh phyÁlvaro Fernández Rojas2018-03-213-0/+101
* dm: cpu: bmips: add BCM6362 supportÁlvaro Fernández Rojas2018-03-211-0/+51
* Merge git://git.denx.de/u-boot-usbTom Rini2018-03-197-128/+255
|\
| * usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard2018-03-171-9/+11
| * usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello2018-03-171-1/+1
| * usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello2018-03-171-3/+35
| * usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+6
| * usb: ohci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
| * usb: ohci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
| * usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+9
| * usb: ehci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
| * usb: ehci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
| * usb: Remove unused ppc4xx EHCI host driverStefan Roese2018-03-172-36/+0
| * ubs: xhci-dwc3: Enable USB3 PHY when availableVignesh R2018-03-171-0/+11
| * usb: xhci-dwc3: Refractor PHY operations into separate functionVignesh R2018-03-171-27/+48
| * usb: xhci-dwc3: Power on USB PHY before usingVignesh R2018-03-171-0/+12
| * usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin2018-03-172-1/+13
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-03-191-0/+5
|\ \
| * | sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki2018-03-191-0/+5
| |/
* | 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
|\