summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* board: ge: bx50v3: move FEC MAC address programming to driverMartyn Welch2018-02-042-40/+41
* configs: Add network device support for bx50v3 productsIan Ray2018-02-044-5/+17
* board: ge: Enable access to i2c bus 1 and 2Martyn Welch2018-02-042-2/+4
* rtc: adding RX8010SJ rtc driverNandor Han2018-02-043-0/+385
* net: e1000: implement eth_write_hwaddrHannu Lounento2018-02-041-0/+40
* net: e1000: split e1000_read_mac_addrHannu Lounento2018-02-041-18/+63
* net: e1000: add support for writing to EEPROMHannu Lounento2018-02-042-2/+174
* imx: mx8m: add ddr controller memory mapPeng Fan2018-02-041-0/+356
* power: pmic/regulator allow dm be omitted by SPLPeng Fan2018-02-042-2/+2
* imx: imx8mq: add dtsi filePeng Fan2018-02-044-0/+1765
* net: fec: fix build warnings for 64bits supportYe Li2018-02-041-31/+43
* net: fec: do not access reserved register for i.MX8MPeng Fan2018-02-041-2/+2
* gpio: mxc: add i.MX8M supportPeng Fan2018-02-041-7/+15
* imx: lcdif: include i.MX8MPeng Fan2018-02-041-4/+6
* mmc: fsl_esdhc: support i.MX8MPeng Fan2018-02-041-4/+8
* misc: ocotp: add i.MX8M supportPeng Fan2018-02-041-0/+7
* imx: makefile: compile files for i.MX8MPeng Fan2018-02-041-2/+11
* imx: mx8m: add soc related settings and filesPeng Fan2018-02-047-2/+333
* imx: mx7: move mmc env code to mmc_env.cPeng Fan2018-02-043-21/+31
* imx: cpu: support get_boot_device for i.MX8MPeng Fan2018-02-041-1/+6
* imx: mx7: move get_boot_device to cpu.cPeng Fan2018-02-044-43/+47
* imx: bootaux: support i.MX8MPeng Fan2018-02-041-0/+10
* imx: cleanup bootauxPeng Fan2018-02-045-90/+39
* imx: refactor imx_get_mac_from_fusePeng Fan2018-02-044-67/+63
* imx: cpu: add cpu speed/grade for i.MX8MPeng Fan2018-02-041-12/+15
* imx: cpu: move speed/temp to common cpuPeng Fan2018-02-042-71/+73
* imx: add pad settings bit definition for i.MX8MPeng Fan2018-02-041-1/+21
* imx: add i.MX8MQ SoC Revision and is_mx8m helperPeng Fan2018-02-042-2/+5
* imx: spl: implement spl_boot_device for i.MX8MPeng Fan2018-02-041-3/+5
* imx: cpu: update cpu file to support i.MX8MPeng Fan2018-02-041-1/+10
* imx: boot_mode: add USB_BOOT entryPeng Fan2018-02-041-0/+1
* imx: add sip functionPeng Fan2018-02-044-0/+42
* imx: mx8m: add clock driverPeng Fan2018-02-044-0/+2201
* imx: mx8m: add pin header filePeng Fan2018-02-041-0/+623
* imx: mx8m: add register definition header filePeng Fan2018-02-041-0/+468
* imx: add i.MX8M into KconfigPeng Fan2018-02-043-5/+23
* configs: icore: enable nand on mmc defconfigJagan Teki2018-02-041-0/+5
* configs: enable spl support wrt env deviceJagan Teki2018-02-041-1/+1
* imx: mx7: psci: add system power off supportAnson Huang2018-02-042-0/+25
* imx: mx7: psci: add system reset supportAnson Huang2018-02-042-1/+21
* mx7_common: use psci 1.0 instead of 0.1Anson Huang2018-02-041-0/+2
* board: i.MX6QDL: add Engicam i.CoreM6 1.5 QDL MIPI starter kitJagan Teki2018-02-046-2/+128
* Kconfig: usb: rockchip: Remove not needed *_defconfig USB/gadget entriesLukasz Majewski2018-02-0212-63/+0
* usb: ums: Kconfig: Select USB_FUNCTION_MASS_STORAGE when enabling 'ums' commandLukasz Majewski2018-02-021-0/+1
* Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to KconfigLukasz Majewski2018-02-0252-51/+27
* Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski2018-02-0231-9/+31
* Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski2018-02-021-7/+7
* env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt2018-02-011-59/+8
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-0110-23/+10
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-015-51/+36