summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-12-23mpc85xx: ddr: Always start DDR RAM in Self Refresh modeJoakim Tjernlund
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini
2019-12-17misc: i2c_eeprom: add size queryRobert Beckett
2019-12-17misc: i2c_eeprom: add fixed partitions supportRobert Beckett
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett
2019-12-15i2c: designware: Add Apollo Lake supportSimon Glass
2019-12-15x86: apl: Add pinctrl driverSimon Glass
2019-12-15x86: apl: Add PMC driverSimon Glass
2019-12-15x86: Add a generic Intel GPIO driverSimon Glass
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass
2019-12-15mtd: spi: Export spi_flash_std_probe()Simon Glass
2019-12-15spi: ich: Add Apollo Lake supportSimon Glass
2019-12-15spi: ich: Add TPL supportSimon Glass
2019-12-15spi: ich: Add support for get_mmap() methodSimon Glass
2019-12-15spi: ich: Support hardware sequencingSimon Glass
2019-12-15spi: ich: Support of-platdata for fast-spiSimon Glass
2019-12-15spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass
2019-12-15spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass
2019-12-15spi: ich: Various small tidy-upsSimon Glass
2019-12-15spi: ich: Fix header orderSimon Glass
2019-12-15spi: ich: Convert to livetreeSimon Glass
2019-12-15spi: ich: Move the protection/lockdown code into a functionSimon Glass
2019-12-15spi: ich: Move init function just above probe()Simon Glass
2019-12-15x86: spi: Don't enable SPI_FLASH_BAR by defaultSimon Glass
2019-12-15spi: Correct operations check in dm_spi_xfer()Simon Glass
2019-12-15x86: Allow removal of standard PCH driversSimon Glass
2019-12-15sandbox: Add a test for IRQSimon Glass
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass
2019-12-15pci: Add support for p2sb uclassSimon Glass
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass
2019-12-15x86: power: Add an ACPI PMC uclassSimon Glass
2019-12-15x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass
2019-12-15x86: timer: use a timer base of 0Simon Glass
2019-12-15dm: pinctrl: Allow enabling full pinctrl in SPL/TPLSimon Glass
2019-12-15i2c: designware: Support use in SPLSimon Glass
2019-12-15i2c: designware: Avoid using static dataSimon Glass
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass
2019-12-15dm: pci: Allow delaying auto-config until after relocationSimon Glass
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-12-12Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-12-11Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-12-11Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini
2019-12-11i2c: i2c_cdns: fix write timeout on fifo boundaryMichael Auchter
2019-12-10cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter
2019-12-10Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2019-12-10serial: sandbox: support UnicodeHeinrich Schuchardt