| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/pci/Kconfig: Add PCI | Tom Rini | 2016-10-27 | 1 | -2/+10 |
* | i2c: designware: Avoid overwriting the cmd_data register | Marek Vasut | 2016-10-24 | 1 | -6/+17 |
* | Fix codying style broken by recent libfdt sync | Masahiro Yamada | 2016-10-24 | 5 | -8/+8 |
* | power: twl6030: fix code refactoring | Nicolae Rosia | 2016-10-24 | 1 | -2/+2 |
* | Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig | Simon Glass | 2016-10-23 | 1 | -1/+1 |
* | Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig | Simon Glass | 2016-10-23 | 1 | -0/+10 |
* | video: Move video_get_info_str() prototype to a header file | Simon Glass | 2016-10-23 | 1 | -17/+8 |
* | Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig | Simon Glass | 2016-10-23 | 1 | -0/+10 |
* | Convert CONFIG_VIDEO_SW_CURSOR to Kconfig | Simon Glass | 2016-10-23 | 2 | -6/+10 |
* | video: Drop CONFIG_VIDEO_HW_CURSOR | Simon Glass | 2016-10-23 | 2 | -111/+1 |
* | Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig | Simon Glass | 2016-10-23 | 2 | -6/+10 |
* | video: Drop the sed13806 driver | Simon Glass | 2016-10-23 | 3 | -296/+0 |
* | video: Drop the s3c-fb driver | Simon Glass | 2016-10-23 | 3 | -174/+1 |
* | video: Drop the imx25lcdc driver | Simon Glass | 2016-10-23 | 2 | -122/+0 |
* | video: Drop the smiLynxEM driver | Simon Glass | 2016-10-23 | 3 | -849/+0 |
* | Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig | Simon Glass | 2016-10-23 | 3 | -49/+74 |
* | Convert CONFIG_VIDEO_CT69000 to Kconfig | Simon Glass | 2016-10-23 | 1 | -0/+27 |
* | Convert CONFIG_CFB_CONSOLE_ANSI to Kconfig | Simon Glass | 2016-10-23 | 1 | -0/+9 |
* | Convert CONFIG_CFB_CONSOLE to Kconfig | Simon Glass | 2016-10-23 | 1 | -0/+41 |
* | Convert CONFIG_LCD to Kconfig | Simon Glass | 2016-10-23 | 1 | -0/+8 |
* | Convert CONFIG_VIDEO to Kconfig | Simon Glass | 2016-10-23 | 1 | -0/+9 |
* | Remove some merge markers | Simon Glass | 2016-10-23 | 2 | -8/+4 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2016-10-19 | 1 | -0/+10 |
|\ |
|
| * | cpu: Add get_vendor callback | Alexander Graf | 2016-10-19 | 1 | -0/+10 |
* | | clk: uniphier: rework UniPhier clk driver | Masahiro Yamada | 2016-10-18 | 5 | -240/+179 |
* | | pinctrl: uniphier: fix unused-const-variable warnings for GCC 6.x | Masahiro Yamada | 2016-10-18 | 1 | -1/+6 |
|/ |
|
* | Merge git://git.denx.de/u-boot-fdt | Tom Rini | 2016-10-13 | 19 | -36/+37 |
|\ |
|
| * | libfdt: Sync fdt_for_each_subnode() with upstream | Simon Glass | 2016-10-13 | 8 | -9/+9 |
| * | libfdt: Bring in upstream stringlist functions | Simon Glass | 2016-10-13 | 12 | -27/+28 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2016-10-13 | 6 | -19/+273 |
|\ \
| |/
|/| |
|
| * | net: smsc95xx: fix DM MAC address reading | Stephen Warren | 2016-10-13 | 1 | -0/+16 |
| * | rtl8169: fix cache misalignment message on transmit. | Peter Chubb | 2016-10-13 | 1 | -1/+2 |
| * | net: mvneta: fix typo in comment | Chris Packham | 2016-10-13 | 1 | -1/+1 |
| * | net: mv88e61xx: Add support for fixed links | Chris Packham | 2016-10-13 | 1 | -0/+43 |
| * | net: Add support for mv88e609x switches | Chris Packham | 2016-10-13 | 1 | -2/+16 |
| * | driver: net: cpsw: add support for RGMII id mode support and RMII clock sourc... | Mugunthan V N | 2016-10-13 | 1 | -14/+143 |
| * | drivers: net: phy: atheros: add separate config for AR8031 | Mugunthan V N | 2016-10-13 | 1 | -1/+36 |
| * | phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXID | Andrea Merello | 2016-10-13 | 1 | -0/+16 |
* | | Merge branch 'master' of http://git.denx.de/u-boot-mmc | Tom Rini | 2016-10-13 | 15 | -53/+102 |
|\ \ |
|
| * | | mmc: Fix cast for 64-bit compilation | Simon Glass | 2016-10-11 | 1 | -1/+1 |
| * | | mmc: sdhci: use the generic error number | Jaehoon Chung | 2016-10-10 | 6 | -16/+16 |
| * | | mmc: sdhci: use the host version value in sdhci_setup_cfg | Jaehoon Chung | 2016-10-10 | 9 | -23/+5 |
| * | | mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg | Jaehoon Chung | 2016-10-10 | 4 | -13/+9 |
| * | | mmc: s5p_sdhci: support the Driver model for Exynos | Jaehoon Chung | 2016-10-10 | 1 | -0/+71 |
* | | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-10-12 | 15 | -352/+1230 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmd: cros_ec: Move crosec commands to cmd subdirectory | Moritz Fischer | 2016-10-11 | 1 | -351/+0 |
| * | | power: regulator: lp873x: Add regulator support | Keerthy | 2016-10-11 | 3 | -0/+366 |
| * | | power: pmic: lp873x: Add the base pmic support | Keerthy | 2016-10-11 | 3 | -0/+94 |
| * | | power: regulator: palmas: Add regulator support | Keerthy | 2016-10-11 | 3 | -0/+462 |
| * | | power: pmic: Palmas: Add the base pmic support | Keerthy | 2016-10-11 | 3 | -0/+112 |