summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | serial: serial_stm32: Add reset supportPatrice Chotard2018-12-151-0/+9
* | tee: change return code for REE FS supplicant cmdIgor Opaniuk2018-12-151-2/+2
* | dm: sound: Use the correct number of channels for soundSimon Glass2018-12-132-5/+8
* | dm: sandbox: Allow selection of sample rate and channelsSimon Glass2018-12-131-1/+1
* | dm: sound: max98095: Tidy up error codesSimon Glass2018-12-131-24/+23
* | dm: sound: Fix license headersSimon Glass2018-12-132-9/+3
* | dm: sound: Complete migration to driver modelSimon Glass2018-12-136-410/+4
* | dm: exynos: sound: Convert to use driver modelSimon Glass2018-12-131-0/+3
* | dm: sound: exynos: Add support for max98090Simon Glass2018-12-134-0/+1049
* | dm: sound: Move common code out of maxim98095Simon Glass2018-12-135-135/+204
* | dm: sound: Add conversion to driver modelSimon Glass2018-12-136-17/+318
* | dm: sound: Start i2c IDs from 0Simon Glass2018-12-133-6/+4
* | dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+23
* | dm: sound: Create a uclass for soundSimon Glass2018-12-133-0/+195
* | dm: sound: Create a uclass for i2sSimon Glass2018-12-133-1/+85
* | dm: sound: Create a uclass for audio codecsSimon Glass2018-12-133-0/+82
* | dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass2018-12-132-7/+7
* | dm: sound: Create an option to use driver model for soundSimon Glass2018-12-131-0/+6
* | dm: sound: exynos: Correct codec bus addressesSimon Glass2018-12-131-2/+1
* | dm: sound: Fix up header orderingSimon Glass2018-12-133-28/+27
* | dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass2018-12-131-11/+1
* | dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass2018-12-131-15/+12
* | dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass2018-12-131-9/+7