summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2-2/+2
2018-12-12blk: Rework guard around part_init callTom Rini3-3/+4
2018-12-11Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriqTom Rini7-147/+666
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini11-6/+555
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini13-164/+688
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini17-186/+684
2018-12-10power: add FAN53555 family supportPhilipp Tomsich6-0/+336
2018-12-10bootcount: add a DM RTC backing store for bootcountPhilipp Tomsich3-0/+110
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich3-0/+103
2018-12-10rockchip: rk322x: ram: enable DRAM init in SPL instead of TPLKever Yang1-6/+6
2018-12-10drivers: core: nullify gd->dm_root after dm_uninit()Jean-Jacques Hiblot1-0/+1
2018-12-10drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the KconfigJean-Jacques Hiblot1-2/+10
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot7-10/+317
2018-12-10i2c: omap24xx_i2c: Use platdata to probe the deviceJean-Jacques Hiblot1-10/+11
2018-12-10i2c: omap24xx_i2c: Move away from SoC specific headers for reg offsetVignesh R1-144/+314
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2-4/+30
2018-12-10dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detectedJean-Jacques Hiblot1-0/+11
2018-12-10ARM: mvebu: restore license information in mv_ddr_plat.{c,h}Chris Packham2-0/+9
2018-12-09Merge git://git.denx.de/u-boot-marvellTom Rini31-1254/+1156
2018-12-09lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2-2/+2
2018-12-08ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02Chris Packham31-1254/+1156
2018-12-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-11/+98
2018-12-08Merge tag 'u-boot-amlogic-20181207' of git://git.denx.de/u-boot-amlogicTom Rini2-13/+13
2018-12-07power: axp209: Limit inrush current for broken boardsOlliver Schinagl2-0/+32
2018-12-07power: axp209: Add support for voltage rate control on LDO3Olliver Schinagl2-0/+58
2018-12-07power: axp209: Reduce magic values by adding defines for LDO[234]Olliver Schinagl1-7/+7
2018-12-07power: axp209: Define the chip version maskOlliver Schinagl1-4/+1
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot1-0/+85
2018-12-07phy: Add a new driver for OMAP's USB2 PHYsJean-Jacques Hiblot3-0/+206
2018-12-07phy: ti-pip3-phy: Add support for USB3 PHYVignesh R1-8/+24
2018-12-07syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot1-0/+23
2018-12-07usb: dwc3: Fix a compilation error with the edison defconfigJean-Jacques Hiblot1-1/+1
2018-12-07dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot1-0/+26
2018-12-07dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot2-29/+137
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot7-45/+66
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot2-90/+93
2018-12-07dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot1-7/+0
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot2-13/+45
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot3-4/+17
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-33/+5
2018-12-07serial: omap: Add code for early debuggingFelix Brack1-1/+41
2018-12-07pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()Patrice Chotard1-18/+24
2018-12-07gpio: stm32f7: Remove CONFIG_CLK flag.Patrice Chotard1-3/+1
2018-12-07gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.hPatrice Chotard1-1/+0
2018-12-07gpio: stm32f7: Add gpio bank holes managementPatrice Chotard1-14/+85
2018-12-07pinctrl: stm32: Move gpio_dev list filling outside probe()Patrice Chotard1-25/+38
2018-12-07serial: bcm6858: remove driver and switch to bcm6345Álvaro Fernández Rojas3-308/+1
2018-12-07serial: bcm6345: switch to raw I/O functionsÁlvaro Fernández Rojas1-50/+49
2018-12-07test: dma: add dma-uclass testGrygorii Strashko3-0/+290
2018-12-07dma: add channels supportÁlvaro Fernández Rojas2-4/+184