summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-012-7/+15
* dm: core: make fixed-clock dt scan live dt compatibleAndy Yan2018-04-011-5/+11
* pinctrl-uclass: convert to use live dtKever Yang2018-03-311-14/+5
* core: add uclass_get_device_by_phandle_id() apiKever Yang2018-03-311-0/+26
* Merge git://git.denx.de/u-boot-ubiTom Rini2018-03-251-0/+7
|\
| * Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel2018-03-241-0/+7
* | Merge git://git.denx.de/u-boot-spiTom Rini2018-03-252-47/+89
|\ \
| * | omap3: spi: Correct ti, pindir-d0-out-d1-in parsingSjoerd Simons2018-03-231-2/+4
| * | DW SPI: use 32 bit access instead of 16 and 32 bit mixEugeniy Paltsev2018-03-221-25/+15
| * | DW SPI: add option to use external gpio for chip selectEugeniy Paltsev2018-03-221-1/+50
| * | DW SPI: refactor poll_transfer functionsEugeniy Paltsev2018-03-221-22/+4
| * | DW SPI: fix transmit only modeEugeniy Paltsev2018-03-221-1/+5
| * | DW SPI: fix tx data loss on FIFO flushEugeniy Paltsev2018-03-221-0/+15
* | | Merge git://git.denx.de/u-boot-i2cTom Rini2018-03-251-5/+5
|\ \ \
| * | | i2c: lpi2c: remove superfluous assignmentsHeinrich Schuchardt2018-03-231-5/+5
| | |/ | |/|
* | | 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