aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-26phy: Fix u-boot coruption when fixed-phy is usedMichal Simek1-1/+2
2018-12-26dm: pinctrl: Prevent (re-)configuring pins when already done before relocationLukasz Majewski1-2/+2
2018-12-21Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini4-0/+306
2018-12-21Merge tag 'mips-updates-for-2019.11' of git://git.denx.de/u-boot-mipsTom Rini25-1/+3252
2018-12-20arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong1-0/+6
2018-12-20arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration DriverAng, Chee Hong3-0/+300
2018-12-19mmc: Add JZ47xx SD/MMC controller driverPaul Burton3-0/+495
2018-12-19misc: Add JZ47xx efuse driverPaul Burton3-0/+110
2018-12-19gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spiGregory CLEMENT3-0/+130
2018-12-19pinctrl: mscc: Add gpio and pinctrl driver for MSCC MIPS SoCs (VcoreIII based)Gregory CLEMENT8-0/+676
2018-12-19DW SPI: Allow to overload the management of the external CSGregory CLEMENT1-1/+7
2018-12-19net: add support for bcm6368-enetÁlvaro Fernández Rojas3-0/+634
2018-12-19net: add support for bcm6348-enetÁlvaro Fernández Rojas3-0/+548
2018-12-19dma: add bcm6348-iudma supportÁlvaro Fernández Rojas3-0/+652
2018-12-18drivers: serial: Add SiFive UART driverAnup Patel3-0/+229
2018-12-18timer: Add generic driver for RISC-V privileged architecture defined timerBin Meng3-0/+64
2018-12-18cpu: Add a RISC-V CPU driverBin Meng3-0/+123
2018-12-15Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini33-657/+341
2018-12-15syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay1-38/+17
2018-12-15serial: serial_stm32: Add reset supportPatrice Chotard1-0/+9
2018-12-15tee: change return code for REE FS supplicant cmdIgor Opaniuk1-2/+2
2018-12-14usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev1-2/+6
2018-12-14usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu1-2/+15
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot3-48/+148
2018-12-14usb: musb-new: Allow the diver not to use the set_phy_power() callbackJean-Jacques Hiblot2-8/+8
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot1-0/+1
2018-12-14phy: omap_usb2: Add support for am437xJean-Jacques Hiblot1-11/+34
2018-12-14spl: drivers: Link usb common library to SPL if USB gadget is enabledJean-Jacques Hiblot1-0/+1
2018-12-14usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2-241/+0
2018-12-14PHY: Add phy driver for the keystone USB PHYJean-Jacques Hiblot3-0/+120
2018-12-14usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot1-0/+1
2018-12-14usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford3-132/+0
2018-12-14usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford5-202/+0
2018-12-14usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPLMartyn Welch1-1/+1
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski10-10/+1
2018-12-14usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar1-0/+5
2018-12-13dm: sound: Use the correct number of channels for soundSimon Glass2-5/+8
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-1/+1
2018-12-13dm: sound: max98095: Tidy up error codesSimon Glass1-24/+23
2018-12-13dm: sound: Fix license headersSimon Glass2-9/+3
2018-12-13dm: sound: Complete migration to driver modelSimon Glass6-410/+4
2018-12-13dm: exynos: sound: Convert to use driver modelSimon Glass1-0/+3
2018-12-13dm: sound: exynos: Add support for max98090Simon Glass4-0/+1049
2018-12-13dm: sound: Move common code out of maxim98095Simon Glass5-135/+204
2018-12-13dm: sound: Add conversion to driver modelSimon Glass6-17/+318
2018-12-13dm: sound: Start i2c IDs from 0Simon Glass3-6/+4
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass1-0/+23
2018-12-13dm: sound: Create a uclass for soundSimon Glass3-0/+195
2018-12-13dm: sound: Create a uclass for i2sSimon Glass3-1/+85
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass3-0/+82