summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-07dts: dra7x: make ocp2scp@4a080000 compatible with simple-busJean-Jacques Hiblot
2018-12-07board; ti: am57xx: turn on USB clocksVignesh R
2018-12-07board: ti: dra7xx-evm: turn on USB clocks in late init stageJean-Jacques Hiblot
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot
2018-12-07phy: Add a new driver for OMAP's USB2 PHYsJean-Jacques Hiblot
2018-12-07phy: ti-pip3-phy: Add support for USB3 PHYVignesh R
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot
2018-12-07usb: dwc3: Fix a compilation error with the edison defconfigJean-Jacques Hiblot
2018-12-07dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot
2018-12-07dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot
2018-12-07configs: evb-rk3328: Enable CONFIG_USB_DWC3Jean-Jacques Hiblot
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot
2018-12-07dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot
2018-12-06rockchip: rk3399: Add MAINTAINERS entryTom Rini
2018-12-06Merge tag 'for-master-20181206' of git://git.denx.de/u-boot-rockchipTom Rini
2018-12-06rockchip: rk3399: Add Ficus EE board supportManivannan Sadhasivam
2018-12-06rockchip: rk3399: Add Rock960 CE board supportManivannan Sadhasivam
2018-12-06rockchip: rk3399: Add common Rock960 family from VamrsManivannan Sadhasivam
2018-12-06arm: dts: rockchip: add some common pin-settings to rk3399Randy Li
2018-12-06usb: dwc2-otg: make regs_phy (in platdata) a uintptr_tPhilipp Tomsich
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-06mtd: sf: Make sf_mtd.c more robustBoris Brezillon
2018-12-06mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon
2018-12-06mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon
2018-12-06mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon
2018-12-06mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon
2018-12-06mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon
2018-12-06mtd: sf: Make sure we don't register the same device twiceBoris Brezillon
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon
2018-12-06mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko
2018-12-05x86: acpi: Add SPCR table descriptionAndy Shevchenko
2018-12-05serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko
2018-12-05Merge git://git.denx.de/u-boot-riscvTom Rini
2018-12-05Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini
2018-12-05serial: ns16550: Read reg-io-width from device treeAndy Shevchenko
2018-12-05serial: ns16550: Group reg_* members of ns16550_platdataAndy Shevchenko
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko
2018-12-05power: regulator: denied disable on always-on regulatorPatrick Delaunay
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas
2018-12-05binman: Add myself as maintainerSimon Glass
2018-12-05dm: (re)sort uclass ids alphabeticallyPhilipp Tomsich