aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-07serial: omap: Add code for early debuggingFelix Brack
2018-12-07pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()Patrice Chotard
2018-12-07gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard
2018-12-07gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard
2018-12-07gpio: stm32f7: Add gpio bank holes managementPatrice Chotard
2018-12-07pinctrl: stm32: Move gpio_dev list filling outside probe()Patrice Chotard
2018-12-07serial: bcm6858: remove driver and switch to bcm6345Álvaro Fernández Rojas
2018-12-07serial: bcm6345: switch to raw I/O functionsÁlvaro Fernández Rojas
2018-12-07test: dma: add dma-uclass testGrygorii Strashko
2018-12-07dma: add channels supportÁlvaro Fernández Rojas
2018-12-07dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas
2018-12-07pinctrl: meson: axg: Fix GPIO pin offsetsCarlo Caione
2018-12-06pinctrl: stm32: make pinctrl use hwspinlockBenjamin Gaignard
2018-12-06hwspinlock: add stm32 hardware spinlock supportBenjamin Gaignard
2018-12-06clk: stm32: add hardware spinlock clockBenjamin Gaignard
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard
2018-12-06clk: Allow clock defaults to be set during re-reloc state for SPL onlyPhilipp Tomsich
2018-12-06armv8: lx2160a: Add LX2160A SoC SupportPriyanka Jain
2018-12-06scsi: ceva: add ls2080a soc supportPeng Ma
2018-12-06scsi: ceva: add ls1088a soc supportPeng Ma
2018-12-06scsi: ceva: add ls1046a soc supportPeng Ma
2018-12-06drivers: qe: add TFABOOT supportRajesh Bhagat
2018-12-06net: fm: add TFABOOT supportRajesh Bhagat
2018-12-06drivers: ifc: dynamic chipselect mapping supportPankit Garg
2018-12-06w1: fix occasional enumeration failureMartin Fuzzey
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-05serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko
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-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-05video: backlight: Fix log message in enable_sequence()Simon Glass