summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rockchip: ram: update license for sdram driverKever Yang2019-01-026-6/+6
* Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-0126-18/+1906
|\
| * nand: vybrid: Extend the vf610 NFC NAND driver to support device tree (and DM)Lukasz Majewski2019-01-011-0/+47
| * Kconfig: Add entry for VF610 NAND NFC device tree aware driverLukasz Majewski2019-01-011-0/+11
| * nand: vybrid: Use calloc() instead of malloc() to allocate struct nfcLukasz Majewski2019-01-011-1/+1
| * drivers: ddr: introduce DDR driver for i.MX8MPeng Fan2019-01-0111-0/+1511
| * imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan2019-01-014-17/+17
| * ARM: vybrid: Provide pinctrl driver for Vybrid (vf610)Lukasz Majewski2019-01-013-0/+55
| * w1: Add driver for i.MX bus master controllerMartin Fuzzey2019-01-013-0/+247
| * watchdog: imx: add config to disable wdog resetXiaoliang Yang2019-01-012-0/+8
| * watchdog: driver support for fsl-lsch2Xiaoliang Yang2019-01-012-0/+9
* | clk: uniphier: add NAND 200MHz clockMasahiro Yamada2018-12-291-3/+5
* | mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada2018-12-291-0/+6
* | mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada2018-12-293-24/+26
* | mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada2018-12-291-3/+35
* | power: regulator: Return success on attempt to disable an always-on regulatorLokesh Vutla2018-12-271-1/+1
* | phy: Fix u-boot coruption when fixed-phy is usedMichal Simek2018-12-261-1/+2
* | dm: pinctrl: Prevent (re-)configuring pins when already done before relocationLukasz Majewski2018-12-261-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-12-214-0/+306
|\ \
| * | arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong2018-12-201-0/+6
| * | arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration DriverAng, Chee Hong2018-12-203-0/+300
* | | Merge tag 'mips-updates-for-2019.11' of git://git.denx.de/u-boot-mipsTom Rini2018-12-2125-1/+3252
|\ \ \
| * | | mmc: Add JZ47xx SD/MMC controller driverPaul Burton2018-12-193-0/+495
| * | | misc: Add JZ47xx efuse driverPaul Burton2018-12-193-0/+110
| * | | gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT2018-12-193-0/+130
| * | | pinctrl: mscc: Add gpio and pinctrl driver for MSCC MIPS SoCs (VcoreIII based)Gregory CLEMENT2018-12-198-0/+676
| * | | DW SPI: Allow to overload the management of the external CSGregory CLEMENT2018-12-191-1/+7
| * | | net: add support for bcm6368-enetÁlvaro Fernández Rojas2018-12-193-0/+634
| * | | net: add support for bcm6348-enetÁlvaro Fernández Rojas2018-12-193-0/+548
| * | | dma: add bcm6348-iudma supportÁlvaro Fernández Rojas2018-12-193-0/+652
| |/ /
* | | drivers: serial: Add SiFive UART driverAnup Patel2018-12-183-0/+229
* | | timer: Add generic driver for RISC-V privileged architecture defined timerBin Meng2018-12-183-0/+64
* | | cpu: Add a RISC-V CPU driverBin Meng2018-12-183-0/+123
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-1533-657/+341
|\ \
| * | usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev2018-12-141-2/+6
| * | usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu2018-12-141-2/+15
| * | usb: musb-new: Add support for DM_USBJean-Jacques Hiblot2018-12-143-48/+148
| * | usb: musb-new: Allow the diver not to use the set_phy_power() callbackJean-Jacques Hiblot2018-12-142-8/+8
| * | dwc3-generic: Add support for the am437xJean-Jacques Hiblot2018-12-141-0/+1
| * | phy: omap_usb2: Add support for am437xJean-Jacques Hiblot2018-12-141-11/+34
| * | spl: drivers: Link usb common library to SPL if USB gadget is enabledJean-Jacques Hiblot2018-12-141-0/+1
| * | usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2018-12-142-241/+0
| * | PHY: Add phy driver for the keystone USB PHYJean-Jacques Hiblot2018-12-143-0/+120
| * | usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot2018-12-141-0/+1
| * | usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford2018-12-143-132/+0
| * | usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford2018-12-145-202/+0
| * | usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPLMartyn Welch2018-12-141-1/+1
| * | usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-1410-10/+1
| * | usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar2018-12-141-0/+5
| |/
* | syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay2018-12-151-38/+17