summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25exynos: video: Drop old unused codeSimon Glass
2016-05-25exynos: video: Convert several boards to driver model for videoSimon Glass
2016-05-25exynos: video: Rename variables for driver modelSimon Glass
2016-05-25exynos: video: Rename edp_device_info to exynos_dp_privSimon Glass
2016-05-25exynos: dts: Add display-related device tree fragmentsSimon Glass
2016-05-25exynos: Simplify calling of exynos_dp_phy_ctrl()Simon Glass
2016-05-25exynos: Allow PWM0 pinmux to be set upSimon Glass
2016-05-25dts: Add clock and regulator binding files for max77802Simon Glass
2016-05-25exynos: Disable LCD display for boards we can't convertSimon Glass
2016-05-25exynos: Allow CONFIG_MISC_COMMON to be build without an LCDSimon Glass
2016-05-25exynos: Allow tizen to be built without an LCDSimon Glass
2016-05-25exynos: dts: Add pwm device tree nodeSimon Glass
2016-05-25video: Add an enum for active low/highSimon Glass
2016-05-25exynos: pwm: Add a driver for the exynos5 PWMSimon Glass
2016-05-25exynos: video: Combine LCD driver into one fileSimon Glass
2016-05-25exynos: video: Move mipi_lcd_device_dt into a functionSimon Glass
2016-05-25exynos: video: Move struct exynos_platform_mipi_dsim into vidinfoSimon Glass
2016-05-25exynos: video: Move dsim_config_dt into a functionSimon Glass
2016-05-25exynos: video: Drop static variables in exynos_dp_lowlevel.cSimon Glass
2016-05-25exynos: video: Drop static variables in exynos_fb.cSimon Glass
2016-05-25exynos: video: Drop static variables in exynos_fimd.cSimon Glass
2016-05-25exynos: video: Drop the static lcd_base_addr variableSimon Glass
2016-05-25exynos: video: Remove use of vidinfo_t typedefSimon Glass
2016-05-25exynos: video: Drop dead codeSimon Glass
2016-05-25exynos: video: Move driver files into their own directorySimon Glass
2016-05-25board: samsung: add initial Espresso7420 board supportThomas Abraham
2016-05-25arm: exynos: add support for Exynos7420 SoCThomas Abraham
2016-05-25arm: exynos: realign the code to allow support for newer 64-bit platformsThomas Abraham
2016-05-25serial: s5p: use clock api to get clock rateThomas Abraham
2016-05-25serial: s5p: get the port id number from the alias of the device nodeThomas Abraham
2016-05-25clk: exynos: add clock driver for Exynos7420 SocThomas Abraham
2016-05-25pinctrl: Add pinctrl driver support for Exynos7420 SoCThomas Abraham
2016-05-25pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devicesThomas Abraham
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-05-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-05-24net: phy: dp83867: Add SGMII helper for configurationDan Murphy
2016-05-24net: phy: Add phy_interface_is_sgmii to phy.hDan Murphy
2016-05-24net: phy: Move is_rgmii helper to phy.hDan Murphy
2016-05-24net: phy: ti: Allow the driver to be more configurableDan Murphy
2016-05-24net: phy: dp83867: Add device tree bindings and documentationDan Murphy
2016-05-24net: zynq_gem: Add the passing of the phy-handle nodeDan Murphy
2016-05-24drivers: net: cpsw: Add reading of DT phy-handle nodeDan Murphy
2016-05-24defconfig: dra74_evm: enable eth driver modelMugunthan V N
2016-05-24defconfig: am437x_sk_evm: enable eth driver modelMugunthan V N
2016-05-24defconfig: am437x_gp_evm: enable eth driver modelMugunthan V N
2016-05-24arm: dts: dra7: fix ethernet name with proper device addressMugunthan V N
2016-05-24arm: dts: dra7: add syscon node to cpsw to read mac addressMugunthan V N
2016-05-24arm: dts: am4372: add syscon node to cpsw to read mac addressMugunthan V N
2016-05-24drivers: net: cpsw: add support for reading mac address from efuseMugunthan V N
2016-05-24drivers: net: cpsw: fix get mdio base and gmii_sel reg from DTMugunthan V N