| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Drop CONFIG_SPL_BUILD guards in some cases | Tom Rini | 2018-01-10 | 2 | -5/+0 |
* | ARM: Samsung: Add Exynos5422-based Odroid HC1 support | Marek Szyprowski | 2017-12-05 | 2 | -9/+22 |
* | MAINTAINERS: Add missing boards and config entries | Tom Rini | 2017-11-06 | 1 | -0/+1 |
* | Merge git://git.denx.de/u-boot-sunxi | Tom Rini | 2017-10-05 | 1 | -2/+2 |
|\ |
|
| * | usb: gadget: Make g_dnl USB settings common | Maxime Ripard | 2017-10-03 | 1 | -2/+2 |
* | | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 4 | -10/+10 |
|/ |
|
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 2 | -2/+2 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 3 | -9/+9 |
* | arm: Add explicit include of <asm/mach-types.h> | Simon Glass | 2017-06-05 | 3 | -0/+3 |
* | samsung: Move pmic header out of config file | Simon Glass | 2017-06-01 | 1 | -0/+13 |
* | dm: gpio: Add live tree support | Simon Glass | 2017-06-01 | 2 | -3/+3 |
* | mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC | Masahiro Yamada | 2017-05-15 | 5 | -6/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-samsung | Tom Rini | 2017-04-08 | 2 | -304/+49 |
|\ |
|
| * | board: samsung: trats2: remove the board_power_init() function | Jaehoon Chung | 2017-04-07 | 1 | -57/+0 |
| * | board: samsung: trats2: remove the unused functions | Jaehoon Chung | 2017-04-07 | 1 | -18/+0 |
| * | board: samsung: trats2: remove the board_i2c_init() function | Jaehoon Chung | 2017-04-07 | 1 | -29/+0 |
| * | board: samsung: trats: remove the i2c_init function | Jaehoon Chung | 2017-04-03 | 1 | -13/+0 |
| * | board: samsung: trats: convert to driver model for controlling phy | Jaehoon Chung | 2017-04-03 | 1 | -27/+48 |
| * | board: samsung: trats: remove the unnecessary codes | Jaehoon Chung | 2017-04-03 | 1 | -160/+1 |
* | | board_f: Drop setup_dram_config() wrapper | Simon Glass | 2017-04-05 | 5 | -5/+15 |
* | | i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS | Simon Glass | 2017-04-05 | 2 | -60/+0 |
|/ |
|
* | exynos: Drop large alignment for SDRAM parameters | Simon Glass | 2017-02-10 | 1 | -2/+1 |
* | Merge git://git.denx.de/u-boot-samsung | Tom Rini | 2017-01-18 | 3 | -124/+125 |
|\ |
|
| * | exynos5: Don't potentially undervoltage the CPU | Sjoerd Simons | 2017-01-18 | 1 | -7/+1 |
| * | board: samsung: universal_c210: remove the codes relevant to soft_i2c | Jaehoon Chung | 2017-01-18 | 1 | -11/+0 |
| * | board: samsung: universal_210: use the driver model for max8998 | Jaehoon Chung | 2017-01-18 | 1 | -75/+94 |
| * | board: samsung: goni: fix the pmic's name for getting | Jaehoon Chung | 2017-01-18 | 1 | -1/+1 |
| * | arm: samsung: goni: use the driver model for max8998 | Jaehoon Chung | 2017-01-05 | 1 | -31/+30 |
* | | mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DW | Masahiro Yamada | 2017-01-11 | 1 | -1/+1 |
|/ |
|
* | mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCI | Masahiro Yamada | 2016-12-29 | 1 | -1/+1 |
* | board: samsung: update the MAINTAINERS file | Jaehoon Chung | 2016-12-27 | 5 | -5/+5 |
* | arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C | Simon Glass | 2016-12-05 | 1 | -1/+6 |
* | arm: exynos: i2c: Convert exynos boards to use DM_I2C | Simon Glass | 2016-12-05 | 4 | -12/+52 |
* | arm: Remove smdk2410 board | Simon Glass | 2016-12-04 | 5 | -315/+0 |
* | arch, board: squash lines for immediate return | Masahiro Yamada | 2016-09-23 | 1 | -7/+1 |
* | mtd: OneNAND: allow board init function fail | Ladislav Michl | 2016-07-22 | 3 | -3/+9 |
* | exynos: video: Drop old unused code | Simon Glass | 2016-05-25 | 1 | -153/+0 |
* | exynos: video: Convert several boards to driver model for video | Simon Glass | 2016-05-25 | 1 | -15/+0 |
* | exynos: Simplify calling of exynos_dp_phy_ctrl() | Simon Glass | 2016-05-25 | 1 | -5/+0 |
* | exynos: Disable LCD display for boards we can't convert | Simon Glass | 2016-05-25 | 2 | -0/+4 |
* | exynos: Allow CONFIG_MISC_COMMON to be build without an LCD | Simon Glass | 2016-05-25 | 1 | -0/+10 |
* | board: samsung: add initial Espresso7420 board support | Thomas Abraham | 2016-05-25 | 5 | -2/+55 |
* | samsung: fix mkorigenspl for darwin | Andreas Bießmann | 2016-02-24 | 1 | -2/+2 |
* | Fix GCC format-security errors and convert sprintfs. | Ben Whitten | 2016-01-14 | 1 | -2/+2 |
* | usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h | Marek Vasut | 2015-12-17 | 5 | -5/+5 |
* | usb: s3c-otg: Rename s3c_udc_probe() function | Marek Vasut | 2015-12-17 | 5 | -5/+5 |
* | usb: s3c-otg: Rename struct s3c_plat_otg_data | Marek Vasut | 2015-12-17 | 5 | -6/+6 |
* | samsung: clean up checkpatch issues | Minkyu Kang | 2015-11-02 | 1 | -4/+3 |
* | odroid: clean up checkpatch issues | Minkyu Kang | 2015-11-02 | 1 | -8/+7 |
* | smdk2410: clean up checkpatch issues | Minkyu Kang | 2015-11-02 | 1 | -5/+5 |