summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XXAdam Ford2017-08-0924-24/+22
* i2c: at91: Add missing probe function to device driverWenyou.Yang@microchip.com2017-08-091-2/+24
* configs: Finish migration of PHY_GIGETom Rini2017-08-08427-98/+350
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-08-07665-553/+1120
|\
| * Move PHY_MICREL and PHY_MICREL_KSZ90X1 to KconfigAlexandru Gagniuc2017-08-07122-98/+109
| * Move PHYLIB to KconfigAlexandru Gagniuc2017-08-07603-105/+503
| * net: phy: micrel: add an option to disable gigabit for the KSZ9031Sebastien Bourdelin2017-08-071-0/+28
| * net: Use packed structures for networkingDenis Pynkin2017-08-075-11/+11
| * net: Fix compile failure in net.cHolger Dengler2017-08-071-2/+2
| * net: phy: Add AFE settings to the Broadcom Cygnus phyArun Parameswaran2017-08-071-1/+63
| * net: move Broadcom SF2 driver to KconfigSuji Velupillai2017-08-076-12/+31
| * net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig optionsAlexandru Gagniuc2017-08-071-22/+2
| * net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxxAlexandru Gagniuc2017-08-071-357/+1
| * configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1Alexandru Gagniuc2017-08-0728-30/+29
| * net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversAlexandru Gagniuc2017-08-076-8/+408
| * net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021Alexandru Gagniuc2017-08-071-8/+0
| * net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy2017-08-071-2/+2
| * net: ag7xxx: Propagate errors on phy accessJoe Hershberger2017-08-071-5/+24
| * net: ag7xxx: Comment register namesJoe Hershberger2017-08-071-0/+16
| * net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich2017-08-071-2/+2
| * net: add static to do_tftpput()Masahiro Yamada2017-08-071-1/+1
| * net: Get mac address from driver as seedJimmy Du2017-08-071-2/+2
| * drivers/net/phy/fixed: do not overwrite addrChristian Gmeiner2017-08-071-1/+0
* | rockchip: video: defconfig: Add mipi dsi support for evb-rk3288eric.gao@rock-chips.com2017-08-071-0/+5
* | rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsieric.gao@rock-chips.com2017-08-071-0/+1
* | rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsieric.gao@rock-chips.com2017-08-072-1/+192
* | rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsieric.gao@rock-chips.com2017-08-071-1/+2
* | rockchip: video: mipi: Split mipi driver into common and specific partseric.gao@rock-chips.com2017-08-073-164/+220
* | rockchip: defconfig: Increase max video resolution for mipi paneleric.gao@rock-chips.com2017-08-071-0/+1
* | video: Drop the ct69000 driverBin Meng2017-08-074-1208/+2
* | video: Drop the sm501 driverBin Meng2017-08-074-262/+0
* | video: Drop the sed156x driverBin Meng2017-08-073-573/+0
* | video: Drop the l5f31188 driverBin Meng2017-08-072-193/+0
|/
* common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni2017-08-042-7/+5
* common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni2017-08-041-10/+3
* Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to KconfigAdam Ford2017-08-0428-1/+30
* stmf32f4: soc: fix buildman compilation errorPatrice Chotard2017-08-041-1/+3
* configs: sama5d4_xplained: Fix input clock for debug UARTWenyou.Yang@microchip.com2017-08-043-3/+3
* board: usb_a9263: Update to support DT and DMWenyou.Yang@microchip.com2017-08-044-43/+168
* board: meesc: Update to support DT and DMWenyou.Yang@microchip.com2017-08-044-39/+45
* board: pm9261: Update to support DT and DMWenyou.Yang@microchip.com2017-08-044-45/+28
* board: ethernut5: Update to support DT and DMWenyou.Yang@microchip.com2017-08-045-83/+179
* board: pm9263: Update to support DT and DMWenyou.Yang@microchip.com2017-08-045-44/+29
* board: at91sam9260ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-0416-40/+98
* board: at91sam9rlek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-046-17/+29
* board: at91sam9263ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-049-20/+45
* board: at91sam9261ek: Update to support DT and DMWenyou.Yang@microchip.com2017-08-0413-116/+483
* gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken2017-08-041-27/+36
* GPT: provide commands to selectively rename partitionsAlison Chaiken2017-08-043-5/+260
* GPT: read partition table from device into a data structureAlison Chaiken2017-08-042-0/+132