aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-12-09net: rtl8169: Support RTL-8168c/8111cThierry Reding1-0/+1
2019-12-09net: mvpp2: MVPP2 now needs MVMDIONevo Hed1-0/+2
2019-12-09net: mvpp2: use new MVMDIO driverNevo Hed1-177/+18
2019-12-09net: mvpp2: mark phy as invalid in case of missing appropriate driverGrzegorz Jaszczyk1-0/+23
2019-12-09net: mvpp2x: fix traffic stuck after PHY start errorStefan Chulski1-13/+14
2019-12-09net: phy: dp83867: refactor rgmii configurationGrygorii Strashko1-39/+36
2019-12-09net: phy: dp83867: io impedance is not dependent on RGMII delayGrygorii Strashko1-10/+10
2019-12-09net: phy: dp83867: rework delay rgmii delay handlingGrygorii Strashko1-12/+64
2019-12-09net: phy: dp83867: Add ability to disable output clockGrygorii Strashko1-17/+36
2019-12-09net: phy: dp83867: move static initialization to .probe()Grygorii Strashko1-12/+17
2019-12-09net: phy: ti: rename ti.c to dp83867.cGrygorii Strashko2-1/+1
2019-12-09net/phy: Fix phy_connect() for phy addr 0Priyanka Jain1-1/+1
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro3-101/+1
2019-12-06Merge tag 'u-boot-rockchip-20191206' of https://gitlab.denx.de/u-boot/custodi...Tom Rini6-20/+652
2019-12-06pinctrl: rockchip: Add pinctrl support for rk3308David Wu4-1/+468
2019-12-06pwm: rk_pwm: Make PWM driver to support all Rockchip SocsDavid Wu1-19/+119
2019-12-06net: gmac_rockchip: Add support for rk3308David Wu1-0/+65
2019-12-05Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"Thomas Hebb1-2/+2
2019-12-05drivers: optee: rpmb: fix returning CID to TEEJorge Ramirez-Ortiz1-1/+4
2019-12-05drivers: pci: ignore disabled devicesMichael Walle1-0/+5
2019-12-04mtd: Makefile: deep cleanupMiquel Raynal3-21/+43
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal2-95/+1
2019-12-04mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal1-1/+1
2019-12-04dfu: add dependency on the raw NAND coreMiquel Raynal1-0/+1
2019-12-04mtd: nand: add includes in NAND core to avoid warningsMiquel Raynal2-0/+2
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal4-9/+9
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal6-12/+12
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2-4/+4
2019-12-03Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-17/+19
2019-12-03pinctrl: add driver for MT8518mingming lee3-0/+416
2019-12-03mmc: mtk-sd: Adjust the mmc tuning flowmingming lee1-16/+193
2019-12-03clk: mediatek: add driver for MT8518mingming lee2-0/+1559
2019-12-03regmap: Fix potential memory leaksFaiz Abbas1-4/+12
2019-12-03net: cpsw: Add NULL pointer checkFaiz Abbas1-0/+3
2019-12-03mmc: davinci: fix mmc boot in SPLBartosz Golaszewski1-0/+17
2019-12-03mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski1-10/+4
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski1-37/+5
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini1-1/+1
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini1-2/+0
2019-12-03pci: Only link pci_rom.o in some casesTom Rini1-2/+2
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini1-0/+22
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb1-1/+1
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass3-0/+3
2019-12-02common: Move pci_init_board() out of common.hSimon Glass2-0/+2
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass2-0/+2
2019-12-02common: Move command functions out of common.hSimon Glass6-0/+6
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-02common: Move interrupt functions into a new headerSimon Glass2-0/+2
2019-12-02common: Move ARM cache operations out of common.hSimon Glass87-0/+89
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass4-0/+4