summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sound: Add sample rate as a parameter for square waveSimon Glass2018-11-292-4/+5
* sound: Correct data output in sound_create_square_wave()Simon Glass2018-11-291-2/+0
* rtc: Allow child driversSimon Glass2018-11-291-0/+1
* dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2018-11-292-20/+2
* dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass2018-11-291-0/+77
* dm: core: Add a few more specific child-finding functionsSimon Glass2018-11-291-0/+34
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-4/+2
* power: pmic: Correct debug/error outputSimon Glass2018-11-2918-55/+56
* 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
* | misc: fs_loader: Fix compiler warningKeerthy2018-11-161-1/+1
* | misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy2018-11-161-3/+2
* | serial: ns16550: add setconfig supportSimon Goldschmidt2018-11-161-2/+41