aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-10serial: sandbox: support UnicodeHeinrich Schuchardt1-1/+1
2019-12-09Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-0/+1
2019-12-10spl: cache: Allow cache drivers in SPLRick Chen1-0/+1
2019-12-09Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini18-442/+749
2019-12-09net: ti: am65-cpsw-nuss: Add new compatible for J721eVignesh Raghavendra2-0/+2
2019-12-09net: ti: am65-cpsw-nuss: Rework RX flow ID handlingVignesh Raghavendra1-9/+6
2019-12-09dma: ti: k3-udma: Implement dma_get_cfg() interfaceVignesh Raghavendra1-0/+28
2019-12-09dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra1-0/+12
2019-12-09net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGNCédric Le Goater1-8/+8
2019-12-09drivers: net: fsl_enetc: register internal MDIO busAlex Marginean1-8/+7
2019-12-09drivers: net: fsl_enetc_mdio: return with time-out if HW is stuckAlex Marginean1-1/+6
2019-12-09drivers: net: fsl_enetc: move PCS and PHY config to probeAlex Marginean1-8/+9
2019-12-09drivers: net: fsl_enetc: Add 2.5Gbps to supported link speedsAlex Marginean1-2/+3
2019-12-09drivers: net: fsl_enetc: use the new MDIO DM helper functionsAlex Marginean2-44/+10
2019-12-09drivers: net: fsl_enetc: use XFI, USXGMII interface type macrosAlex Marginean1-0/+2
2019-12-09drivers: net: aquantia: check system interface too when checking for link upAlex Marginean1-5/+2
2019-12-09drivers: net: aquantia: set SMBus addr based on DT propertyAlex Marginean1-0/+15
2019-12-09drivers: net: aquantia: set MDI reversal based on DT propertyAlex Marginean1-0/+39
2019-12-09drivers: net: aquantia: set up SI protocol based on interface typeAlex Marginean1-0/+107
2019-12-09drivers: net: aquantia: add PHY generation informationAlex Marginean1-0/+11
2019-12-09drivers: net: aquantia: use XFI, USXGMII interface typesAlex Marginean1-14/+33
2019-12-09net: phy: fix switch vendor nameAnatolij Gustschin1-1/+1
2019-12-09net: phy: mv88e61xx: register phy_driver struct for 88E6071Anatolij Gustschin1-0/+12
2019-12-09net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071Anatolij Gustschin1-6/+16
2019-12-09net: phy: mv88e61xx: add CPU port parameter init for 88E6071Anatolij Gustschin1-14/+28
2019-12-09net: phy: mv88e61xx: rework to enable detection of 88E6071 devicesAnatolij Gustschin1-25/+125
2019-12-09net: phy: micrel: make sure the factory test bit is clearedNicolas Ferre1-1/+20
2019-12-09net: phy: aquantia: wait for phy init sequence to finishFlorin Chiculita1-0/+15