summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* arm64: zynqmp: Print the value of pl clocks and wdt clock using clk dumpVipul Kumar2018-03-231-0/+75
* arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or moreVipul Kumar2018-03-231-3/+4
* watchdog: Add Cadence watchdog driverShreenidhi Shedi2018-03-233-0/+293
* clk: zynq: Show watchdog clock rate properlyMichal Simek2018-03-231-1/+1
* net: zynq_gem: Dont run any phy detection logic for GMII caseSiva Durga Prasad Paladugu2018-03-231-1/+2
* fpga: Simplify error path in fpga_addMichal Simek2018-03-231-10/+11
* Merge git://git.denx.de/u-boot-netTom Rini2018-03-2220-1229/+3066
|\
| * net: Drop CONFIG_ENC28J60Tuomas Tynkkynen2018-03-223-1198/+0
| * net: macb: remove superfluous logical constraintHeinrich Schuchardt2018-03-221-1/+1
| * drivers: net: cpsw: remove superfluous assignment.Heinrich Schuchardt2018-03-221-1/+1
| * lan7xxx: Require phylibAlexander Graf2018-03-221-0/+2
| * net/phy/cortina: Add No firmware upload optionPriyanka Jain2018-03-221-0/+13
| * net/phy/cortina.c: Update get_phy_id implementationPriyanka Jain2018-03-221-29/+17
| * configs: ls1012a: add pfe configuration for LS1012ACalvin Johnson2018-03-224-0/+26
| * drivers: net: pfe_eth: provide pfe commandsCalvin Johnson2018-03-221-0/+497
| * drivers: net: pfe_eth: LS1012A PFE driver introductionCalvin Johnson2018-03-225-0/+2460
| * drivers: net: phy: Fix aquantia compilation with DMCalvin Johnson2018-03-221-0/+1
| * net: mvpp2x: add check after callocHeinrich Schuchardt2018-03-221-0/+4
| * net: phy: Add PHY_RTL8211E_PINE64_GIGABIT_FIX for realtek physkevans@FreeBSD.org2018-03-222-0/+44
* | gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flagFaiz Abbas2018-03-221-0/+1
* | 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