summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPLJean-Jacques Hiblot2018-12-102-16/+4
| * | | configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPATJean-Jacques Hiblot2018-12-101-6/+0
| * | | power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot2018-12-105-1/+18
| * | | dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-101-0/+13
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-104-0/+51
|\ \ \ | |/ / |/| |
| * | syscon: dm: Add a new method to get a regmap from DTSJean-Jacques Hiblot2018-12-071-0/+13
| * | dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-0/+1
| * | dwc3: move phy operation to core.cJean-Jacques Hiblot2018-12-071-0/+19
| * | usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot2018-12-071-0/+8
| * | usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-0/+10
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2018-12-091-14/+34
|\ \ \
| * | | arm: mvebu: helios4: Enable SPI flash supportAditya Prayoga2018-12-081-0/+31
| * | | arm: mvebu: helios4: Reduce U-Boot image sizeAditya Prayoga2018-12-081-6/+0
| * | | arm: mvebu: helios4: mmc: move environment before 1MAditya Prayoga2018-12-081-8/+3
* | | | Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich2018-12-081-0/+11
* | | | lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-082-43/+3
* | | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-12-071-16/+54
|\ \ \ \ | |/ / / |/| | |
| * | | power: axp209: Add support for voltage rate control on LDO3Olliver Schinagl2018-12-071-0/+21
| * | | power: axp209: Reduce magic values by adding defines for LDO[234]Olliver Schinagl2018-12-071-0/+13
| * | | power: axp209: Define the chip version maskOlliver Schinagl2018-12-071-0/+2
| * | | power: axp209: Use BIT() macroOlliver Schinagl2018-12-071-16/+18
| |/ /
* | | arm: dts: am33xx: Sync dts with Linux 4.20.0Felix Brack2018-12-071-0/+227
* | | spl/tpl: change banner into upper caseHeiko Schocher2018-12-071-2/+2
* | | dma: add channels supportÁlvaro Fernández Rojas2018-12-072-3/+348
* | | dma: move dma_ops to dma-uclass.hÁlvaro Fernández Rojas2018-12-072-22/+39
* | | dm: Add Hardware Spinlock classBenjamin Gaignard2018-12-062-0/+141
|/ /
* | rockchip: rk3399: Add common Rock960 family from VamrsManivannan Sadhasivam2018-12-061-0/+15
* | usb: dwc2-otg: make regs_phy (in platdata) a uintptr_tPhilipp Tomsich2018-12-061-1/+1
* | Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-0513-26/+452
|\ \
| * | serial: ns16550: Read reg-io-width from device treeAndy Shevchenko2018-12-051-0/+2
| * | serial: ns16550: Group reg_* members of ns16550_platdataAndy Shevchenko2018-12-051-1/+1
| * | dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-052-0/+43
| * | dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-052-3/+24
| * | dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-052-0/+49
| * | dm: (re)sort uclass ids alphabeticallyPhilipp Tomsich2018-12-051-4/+4
| * | dm: rtc: Fix function name in commentPhilipp Tomsich2018-12-051-1/+1
| * | Add inttypes.hSimon Glass2018-12-051-0/+271
| * | Add UINT32_MAX and UINT64_MAXSimon Glass2018-12-051-0/+4
| * | time: Update mdelay() to delay in one large chunkSimon Glass2018-12-051-2/+1
| * | input: i8042: Use remove() instead of exported functionsSimon Glass2018-12-051-15/+0
| * | tpm: Add non-volatile index attributes needed for v2Simon Glass2018-12-051-0/+33
| * | tpm: Export tpm_clear_and_reenable()Simon Glass2018-12-051-0/+8
| * | tpm: Remove use of build-time TPM versionsSimon Glass2018-12-051-0/+11
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-0521-78/+59
|\ \ \
| * | | mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon2018-12-061-0/+2
| * | | mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon2018-12-061-0/+15
| * | | mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon2018-12-061-0/+1
| * | | spi: Zap CONFIG_HARD_SPIJagan Teki2018-11-2717-54/+0
| * | | spi: Remove unused mpc8xx codeJagan Teki2018-11-271-7/+0
| * | | spi: Remove used spi_initJagan Teki2018-11-271-2/+0