aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-12-13dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass2-7/+7
2018-12-13dm: sound: Create an option to use driver model for soundSimon Glass1-0/+6
2018-12-13dm: sound: exynos: Correct codec bus addressesSimon Glass1-2/+1
2018-12-13dm: sound: Fix up header orderingSimon Glass3-28/+27
2018-12-13dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass1-11/+1
2018-12-13dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass1-15/+12
2018-12-13dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass1-9/+7
2018-12-13dm: sound: max98095: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-13dm: sound: wm8994: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-13dm: sound: max98095: Split out interface setup codeSimon Glass1-12/+24
2018-12-13dm: sound: wm899c: Split out interface setup codeSimon Glass1-11/+23
2018-12-13dm: sound: wm8994: Create a new common init functionSimon Glass1-23/+33
2018-12-13dm: sound: max98095: Pass private data to internal functionsSimon Glass1-74/+78
2018-12-13dm: sound: wm8994: Pass private data to internal functionsSimon Glass1-142/+154
2018-12-13dm: sound: Drop codec_typeSimon Glass2-24/+0