aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-12-26drivers/fsl-mc: Support DPSPARSER object and apply spb commandFlorinel Iordache4-22/+396
2019-12-23mpc85xx: ddr: Always start DDR RAM in Self Refresh modeJoakim Tjernlund1-7/+6
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini63-307/+3263
2019-12-17misc: i2c_eeprom: add size queryRobert Beckett1-19/+126
2019-12-17misc: i2c_eeprom: add fixed partitions supportRobert Beckett1-0/+98
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-5/+14
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-14/+47
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett1-7/+27
2019-12-15i2c: designware: Add Apollo Lake supportSimon Glass1-0/+25
2019-12-15x86: apl: Add pinctrl driverSimon Glass3-3/+206
2019-12-15x86: apl: Add PMC driverSimon Glass1-0/+56
2019-12-15x86: Add a generic Intel GPIO driverSimon Glass3-0/+171
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass5-0/+667
2019-12-15mtd: spi: Export spi_flash_std_probe()Simon Glass1-1/+1
2019-12-15spi: ich: Add Apollo Lake supportSimon Glass2-5/+15
2019-12-15spi: ich: Add TPL supportSimon Glass1-4/+44
2019-12-15spi: ich: Add support for get_mmap() methodSimon Glass1-0/+32
2019-12-15spi: ich: Support hardware sequencingSimon Glass2-3/+245
2019-12-15spi: ich: Support of-platdata for fast-spiSimon Glass1-3/+15
2019-12-15spi: ich: Correct max-size bug in ich_spi_adjust_size()Simon Glass1-3/+5
2019-12-15spi: ich: Add mmio_base to struct ich_spi_platdataSimon Glass2-19/+13
2019-12-15spi: ich: Various small tidy-upsSimon Glass1-9/+8
2019-12-15spi: ich: Fix header orderSimon Glass1-2/+2
2019-12-15spi: ich: Convert to livetreeSimon Glass1-17/+5
2019-12-15spi: ich: Move the protection/lockdown code into a functionSimon Glass2-20/+44
2019-12-15spi: ich: Move init function just above probe()Simon Glass1-61/+61
2019-12-15x86: spi: Don't enable SPI_FLASH_BAR by defaultSimon Glass1-1/+0
2019-12-15spi: Correct operations check in dm_spi_xfer()Simon Glass2-9/+5
2019-12-15x86: Allow removal of standard PCH driversSimon Glass2-2/+20
2019-12-15sandbox: Add a test for IRQSimon Glass2-0/+56
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass3-0/+63
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass4-0/+373
2019-12-15pci: Add support for p2sb uclassSimon Glass3-0/+250
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass5-0/+354
2019-12-15x86: power: Add an ACPI PMC uclassSimon Glass4-0/+220
2019-12-15x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass2-2/+14
2019-12-15x86: timer: use a timer base of 0Simon Glass2-1/+16
2019-12-15dm: pinctrl: Allow enabling full pinctrl in SPL/TPLSimon Glass1-0/+14
2019-12-15i2c: designware: Support use in SPLSimon Glass1-3/+40
2019-12-15i2c: designware: Avoid using static dataSimon Glass1-3/+6
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass4-89/+134
2019-12-15dm: pci: Move pci_get_devfn() into a common fileSimon Glass2-16/+20
2019-12-15dm: pci: Allow delaying auto-config until after relocationSimon Glass1-5/+10
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass26-67/+94
2019-12-12Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+2
2019-12-11Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+1
2019-12-11Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini1-3/+26
2019-12-11i2c: i2c_cdns: fix write timeout on fifo boundaryMichael Auchter1-1/+1
2019-12-10cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter1-1/+1
2019-12-10Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini5-16/+24