summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogicTom Rini2018-11-2916-126/+1695
|\
| * clk: Add clock driver for AXGNeil Armstrong2018-11-262-1/+317
| * ARM: meson: rework soc arch file to prepare for new SoCJerome Brunet2018-11-261-1/+1
| * clk: meson: silence debug printJerome Brunet2018-11-261-1/+1
| * clk: meson: add static to meson_gates tableNeil Armstrong2018-11-261-1/+1
| * pinctrl: meson: add axg supportJerome Brunet2018-11-265-0/+1180
| * pinctrl: meson: select generic pinctrlJerome Brunet2018-11-261-1/+1
| * pinctrl: meson: rework gx pmx functionJerome Brunet2018-11-268-121/+191
| * net: designware: add meson meson axg compatibleNeil Armstrong2018-11-261-0/+1
| * net: designware: add meson meson gxbb compatibleNeil Armstrong2018-11-261-0/+1
| * mmc: meson-gx: Add AXG compatibleNeil Armstrong2018-11-261-0/+1
* | mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoCWeijie Gao2018-11-283-0/+1406
* | ram: MediaTek: add DDR3 driver for MT7629 SoCRyder Lee2018-11-283-0/+774
* | serial: MediaTek: add high-speed uart driver for MediaTek SoCsRyder Lee2018-11-283-0/+289
* | power domain: MediaTek: add power domain driver for MT7623 SoCRyder Lee2018-11-281-0/+80
* | power domain: MediaTek: add power domain driver for MT7629 SoCRyder Lee2018-11-283-0/+334
* | pinctrl: MediaTek: add pinctrl driver for MT7623 SoCRyder Lee2018-11-284-0/+1291
* | pinctrl: MediaTek: add pinctrl driver for MT7629 SoCRyder Lee2018-11-287-0/+1163
* | watchdog: MediaTek: add watchdog driver for MediaTek SoCsRyder Lee2018-11-283-0/+144
* | timer: MediaTek: add timer driver for MediaTek SoCsRyder Lee2018-11-283-0/+93
* | clk: MediaTek: add clock driver for MT7623 SoC.Ryder Lee2018-11-282-0/+871
* | clk: MediaTek: add clock driver for MT7629 SoC.Ryder Lee2018-11-285-0/+1403
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-11-2727-69/+74
|\ \
| * | usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-2624-66/+66
| * | usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-261-1/+1
| * | usb: Introduce CONFIG_SPL_DM_USBSven Schwermer2018-11-263-2/+7
* | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-11-261-0/+8
|\ \ \
| * | | dm: video: correctly set the cursor positionHeinrich Schuchardt2018-11-171-0/+8
* | | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-11-263-13/+44
|\ \ \ \ | |_|/ / |/| | |
| * | | sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng2018-11-231-3/+31
| * | | sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick2018-11-221-3/+7
| * | | sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick2018-11-221-7/+0
| * | | sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick2018-11-222-0/+6
* | | | spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass2018-11-261-5/+6
| |_|/ |/| |
* | | sf: Add a method to obtain the block-protect settingSimon Glass2018-11-205-0/+42
* | | misc: Update read() and write() methods to return bytes xferedSimon Glass2018-11-205-6/+18
* | | video: Update video_set_default_colors() to support invertSimon Glass2018-11-202-9/+20
* | | sandbox: tpm: Allow debugging of data packagesSimon Glass2018-11-201-0/+6
* | | cros_ec: Add new features for events and powerSimon Glass2018-11-202-7/+340
* | | cros_ec: Align uclass data to a cache boundarySimon Glass2018-11-201-0/+1
* | | cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass2018-11-201-0/+3
* | | cros_ec: Add error logging on a few commandsSimon Glass2018-11-201-2/+9
* | | cros_ec: Use uint instead of u8 for parametersSimon Glass2018-11-201-6/+4
* | | dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt2018-11-201-3/+12
* | | dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau2018-11-201-4/+4
* | | dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang2018-11-201-4/+7
|/ /
* | clk: meson: fix clk81 divider calculationJerome Brunet2018-11-201-1/+2
* | dm: adc: add uclass's mask and conversion helpersFabrice Gasnier2018-11-201-0/+37
* | gpio: Add MT7621 GPIO supportStefan Roese2018-11-183-0/+192
* | wdt: Add MT7621 watchdog driverStefan Roese2018-11-183-0/+111