index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
dm: serial: fix console putc
Masahiro Yamada
2014-10-23
-3
/
+3
*
serial: add static directive to local functions
Masahiro Yamada
2014-10-23
-26
/
+12
*
dm: move platform data headers to include/dm/platform_data
Masahiro Yamada
2014-10-23
-3
/
+3
*
dm: x86: Convert coreboot serial to use driver model
Simon Glass
2014-10-23
-23
/
+48
*
dm: x86: dts: Add additional info to the serial port node
Simon Glass
2014-10-23
-3
/
+20
*
dm: x86: Convert Intel ICH6 GPIO driver to use driver model
Simon Glass
2014-10-23
-130
/
+124
*
dm: x86: Add a gpio header for coreboot
Simon Glass
2014-10-23
-0
/
+16
*
dm: x86: Support pre-reloc malloc()
Simon Glass
2014-10-23
-0
/
+7
*
dm: x86: Zero global data before board_init_f()
Simon Glass
2014-10-23
-0
/
+6
*
dm: x86: Remove ebp assembler warning in zimage.c
Simon Glass
2014-10-23
-1
/
+0
*
dm: serial: ns16550: Add a cast to the I/O operations
Simon Glass
2014-10-23
-2
/
+2
*
dm: gpio: Remove unused get_state() uclass method
Simon Glass
2014-10-23
-2
/
+0
*
dm: dts: Move omap device tree includes to correct place
Simon Glass
2014-10-23
-15
/
+0
*
dm: gpio: imx: Drop request()/free() in the driver
Simon Glass
2014-10-23
-116
/
+0
*
dm: gpio: exynos: Drop request()/free() in the driver
Simon Glass
2014-10-23
-101
/
+0
*
dm: gpio: rpi_b: Drop request()/free() in the driver
Simon Glass
2014-10-23
-89
/
+0
*
dm: gpio: omap3: Drop request()/free() in the driver
Simon Glass
2014-10-23
-115
/
+1
*
dm: gpio: tegra: Drop request()/free() in the driver
Simon Glass
2014-10-23
-113
/
+0
*
test: dm: Add additional GPIO tests
Simon Glass
2014-10-23
-1
/
+42
*
test: dm: Support memory leak checking as a core feature
Simon Glass
2014-10-23
-16
/
+55
*
dm: gpio: Add gpio_requestf() helper for printf() strings
Simon Glass
2014-10-23
-1
/
+51
*
test: dm: Update GPIO tests for new gpio_request() method
Simon Glass
2014-10-23
-24
/
+56
*
dm: gpio: sandbox: Drop request()/free() in the driver
Simon Glass
2014-10-23
-82
/
+0
*
dm: gpio: sandbox: Implement the remove() method
Simon Glass
2014-10-23
-0
/
+8
*
dm: gpio: sandbox: Implement the get_function() method
Simon Glass
2014-10-23
-1
/
+8
*
dm: Move the function for getting GPIO status into the uclass
Simon Glass
2014-10-23
-36
/
+78
*
dm: gpio: Add gpio_get_function() and friends
Simon Glass
2014-10-23
-1
/
+80
*
dm: gpio: Implement GPIO reservation in the uclass
Simon Glass
2014-10-23
-14
/
+84
*
dm: omap3: Move to driver model for GPIO and serial
Simon Glass
2014-10-23
-52
/
+140
*
dm: am33xx: Move to driver model for GPIO and serial
Simon Glass
2014-10-23
-0
/
+11
*
dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS
Simon Glass
2014-10-23
-2
/
+2
*
dm: omap: serial: Add driver model support
Simon Glass
2014-10-23
-0
/
+48
*
dm: am33xx: Provide platform data for serial
Simon Glass
2014-10-23
-0
/
+33
*
dm: am33xx: Provide platform data for GPIOs
Simon Glass
2014-10-23
-0
/
+28
*
dm: omap: gpio: Support driver model
Simon Glass
2014-10-23
-7
/
+248
*
dm: omap: gpio: Put _get_gpio_value() logic into its own function
Simon Glass
2014-10-23
-36
/
+42
*
dm: dts: omap: Select correct console for beaglebone
Simon Glass
2014-10-23
-0
/
+4
*
dm: serial: Support CONFIG_CONS_INDEX if available
Simon Glass
2014-10-23
-1
/
+10
*
dm: ns16550: Correct the probe logic for platform data
Simon Glass
2014-10-23
-2
/
+3
*
dm: ns16550: Use an address instead of a pointer for the uart base
Simon Glass
2014-10-23
-4
/
+4
*
dm: serial: ns16550: Correct logic for checking for character
Simon Glass
2014-10-23
-1
/
+1
*
dm: serial: Reset the watchdog while waiting in getc()
Simon Glass
2014-10-23
-0
/
+5
*
dm: gpio: Support numbered GPIOs
Simon Glass
2014-10-23
-12
/
+25
*
kbuild: clear VENDOR variable to fix build error on tcsh
Masahiro Yamada
2014-10-23
-0
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
2014-10-23
-63
/
+1014
|
\
|
*
tegra: apalis_t30: master revamp
Marcel Ziswiler
2014-10-22
-4
/
+4
|
*
tegra: dts: colibri_t30 add serial port details
Marcel Ziswiler
2014-10-22
-0
/
+4
|
*
tegra: colibri_t30: clean-up spurious new line
Marcel Ziswiler
2014-10-22
-1
/
+0
|
*
ARM: tegra: Use mem size from MC in combination with get_ram_size()
Marcel Ziswiler
2014-10-22
-51
/
+127
|
*
tegra: clean-up useless define
Marcel Ziswiler
2014-10-22
-4
/
+0
[next]