summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck7-10/+14
2018-11-18mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfigStefan Roese4-16/+31
2018-11-18mips: mt76xx: linkit-smart-7688: Use ioremap_nocache to get addressStefan Roese1-2/+5
2018-11-18mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfigStefan Roese4-19/+58
2018-11-18mips: mt76xx: gardena-smart-gateway: Add board_late_init() to set LED def stateStefan Roese2-0/+10
2018-11-18mips: mt76xx: gardena-smart-gateway: Add LEDs to dtsStefan Roese1-0/+59
2018-11-18mips: mt76xx: gardena-smart-gateway: Configure GPIOs (digital vs analog)Stefan Roese1-6/+9
2018-11-18mips: mt76xx: Enable watchdog supportStefan Roese3-0/+43
2018-11-18mips: mt76xx: Kconfig: Add ethernet and GPIO supportStefan Roese1-0/+2
2018-11-18mips: mt76xx: Add watchdog DT node to mt7628a.dtsiStefan Roese1-0/+11
2018-11-18mips: mt76xx: Add GPIO DT nodes to mt7628a.dtsiStefan Roese1-0/+32
2018-11-18mips: mt76xx: Add ethernet DT node to mt7628a.dtsiStefan Roese1-0/+8
2018-11-18mips: mt76xx: lowlevel_init.S: Add missing memory controller reset in DDR initStefan Roese1-0/+6
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese3-0/+192
2018-11-18wdt: Add MT7621 watchdog driverStefan Roese3-0/+111
2018-11-17Merge branch '2018-11-16-master-imports'Tom Rini108-290/+5162
2018-11-17sunxi: Update MAINTAINERS file for recent boardsTom Rini1-0/+6
2018-11-17fdt_region: Ensure that depth never goes below -1Konrad Beckmann1-0/+3
2018-11-17image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann1-0/+5
2018-11-17Ability to modify distro boot filenameMartyn Welch1-3/+4
2018-11-17misc: fs_loader: Fix compiler warningKeerthy1-1/+1
2018-11-17misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy1-3/+2
2018-11-17fs: Makefile: Add fs.c under SPL for fs_loaderKeerthy1-0/+1
2018-11-17serial: ns16550: add setconfig supportSimon Goldschmidt1-2/+41
2018-11-17dm: serial: fix comment on dm_serial_ops setconfigSimon Goldschmidt1-3/+1
2018-11-17board: ti: am65x: Update README to add R5 build supportLokesh Vutla1-22/+92
2018-11-17configs: am65x_evm_r5: Add initial supportLokesh Vutla2-0/+88
2018-11-17armv7r: dts: am654: Add initial supportLokesh Vutla4-1/+492
2018-11-17arm: dts: k3: Sync dts from LinuxLokesh Vutla5-92/+171
2018-11-17board: ti: am654: r5: Add initial support for am654Lokesh Vutla3-0/+32
2018-11-17armv7R: K3: am654: Add support for triggering ddr init from SPLLokesh Vutla1-0/+13
2018-11-17armv7R: K3: am654: Add support to start ATF from R5 SPLLokesh Vutla3-0/+60
2018-11-17armv7R: K3: am654: Add support for generating build targetsLokesh Vutla3-0/+118
2018-11-17armv7R: K3: am654: Enable MPU regionsLokesh Vutla4-0/+64
2018-11-17ram: Introduce K3 AM654 DDR Sub System driverLokesh Vutla6-0/+2087
2018-11-17i2c: stm32f7: change setup struct to constPatrick Delaunay1-2/+2
2018-11-17i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay1-15/+16
2018-11-17ARM: am3517_evm: Remove SPL_OF_CONTROL and OF_PLATDATAAdam Ford1-2/+0
2018-11-17ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATAAdam Ford4-8/+0
2018-11-17arm: Make arch specific memcpy thumb-safe.Klaus Goger1-3/+5
2018-11-17test/py: test pinmux commandPatrice Chotard2-0/+70
2018-11-17pinctrl: sandbox: Add get_pin_muxing ops supportPatrice Chotard1-0/+18
2018-11-17gpio: stm32f7: Add ops get_functionPatrice Chotard1-0/+20
2018-11-17pinctrl: stm32: Add get_pin_muxing() opsPatrice Chotard1-0/+71
2018-11-17pinctrl: stm32: Add get_pin_name() opsPatrice Chotard1-0/+46
2018-11-17pinctrl: stm32: Add get_pins_count() opsPatrice Chotard1-5/+85
2018-11-17cmd: pinmux: Add pinmux commandPatrice Chotard4-0/+158
2018-11-17dm: uclass: Add uclass_foreach_dev_probePatrice Chotard1-0/+16
2018-11-17dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard2-0/+25
2018-11-17dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard2-0/+45