aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-30rtc: rv3029: update to support DM and sync with Linux 4.17Philipp Tomsich1-137/+443
2018-11-30rtc: rv3029: add to KconfigPhilipp Tomsich1-0/+10
2018-11-30ARM: rockchip: rv1108: Sync clock with vendor treeOtavio Salvador1-6/+469
2018-11-30rockchip: video: mipi: Fix phy frequency settingRichard Röjfors1-1/+1
2018-11-30rockchip: video: mipi: Do not write to the version registerRichard Röjfors1-1/+1
2018-11-29Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-1/+8
2018-11-29Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogicTom Rini16-126/+1695
2018-11-29spi: cadence_qspi: use "cdns,qspi-nor" as compatibleSimon Goldschmidt1-1/+1
2018-11-29gpio: dwapb_gpio: fix binding without bank-name propertySimon Goldschmidt1-0/+7
2018-11-28mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoCWeijie Gao3-0/+1406
2018-11-28ram: MediaTek: add DDR3 driver for MT7629 SoCRyder Lee3-0/+774
2018-11-28serial: MediaTek: add high-speed uart driver for MediaTek SoCsRyder Lee3-0/+289
2018-11-28power domain: MediaTek: add power domain driver for MT7623 SoCRyder Lee1-0/+80
2018-11-28power domain: MediaTek: add power domain driver for MT7629 SoCRyder Lee3-0/+334
2018-11-28pinctrl: MediaTek: add pinctrl driver for MT7623 SoCRyder Lee4-0/+1291
2018-11-28pinctrl: MediaTek: add pinctrl driver for MT7629 SoCRyder Lee7-0/+1163
2018-11-28watchdog: MediaTek: add watchdog driver for MediaTek SoCsRyder Lee3-0/+144
2018-11-28timer: MediaTek: add timer driver for MediaTek SoCsRyder Lee3-0/+93
2018-11-28clk: MediaTek: add clock driver for MT7623 SoC.Ryder Lee2-0/+871
2018-11-28clk: MediaTek: add clock driver for MT7629 SoC.Ryder Lee5-0/+1403
2018-11-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini27-69/+74
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+8
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-13/+44
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer24-66/+66
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer3-2/+7
2018-11-26clk: Add clock driver for AXGNeil Armstrong2-1/+317
2018-11-26ARM: meson: rework soc arch file to prepare for new SoCJerome Brunet1-1/+1
2018-11-26clk: meson: silence debug printJerome Brunet1-1/+1
2018-11-26clk: meson: add static to meson_gates tableNeil Armstrong1-1/+1
2018-11-26pinctrl: meson: add axg supportJerome Brunet5-0/+1180
2018-11-26pinctrl: meson: select generic pinctrlJerome Brunet1-1/+1
2018-11-26pinctrl: meson: rework gx pmx functionJerome Brunet8-121/+191
2018-11-26net: designware: add meson meson axg compatibleNeil Armstrong1-0/+1
2018-11-26net: designware: add meson meson gxbb compatibleNeil Armstrong1-0/+1
2018-11-26mmc: meson-gx: Add AXG compatibleNeil Armstrong1-0/+1
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass1-5/+6
2018-11-23sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng1-3/+31
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick1-3/+7
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick1-7/+0
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick2-0/+6
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass5-0/+42
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass5-6/+18
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass2-9/+20
2018-11-20sandbox: tpm: Allow debugging of data packagesSimon Glass1-0/+6
2018-11-20cros_ec: Add new features for events and powerSimon Glass2-7/+340
2018-11-20cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-20cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-20cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-20cros_ec: Use uint instead of u8 for parametersSimon Glass1-6/+4