[U-Boot] [RFC PATCH 1/7] Allow checking in multiple partitions for scan_dev_for_boot.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/config_distro_bootcmd.h | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index be616e8..5e5e5e3 100644 ---

[U-Boot] [RFC PATCH 4/7] Add BOOTENV_POST_COMMAND, which is appended to the end of bootcmd.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/config_distro_bootcmd.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 515a2f9..2503431 100644 --- a/include/config_distro_bootcmd.h

[U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/config_distro_bootcmd.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 2503431..aaa010e 100644 --- a/include/config_distro_bootcmd.h

[U-Boot] [RFC PATCH 3/7] Add BOOTENV_INIT_COMMAND for commands that may be needed to run before bootcmd, such as setting the fdt file variables for platfroms that detect on boot.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/config_distro_bootcmd.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index a93354a..515a2f9 100644 --- a/include/config_distro_bootcmd.h

[U-Boot] [RFC PATCH 0/7] Switch am335x_evm.h based boards to use config_distro_bootcmd.

2014-10-04 Thread Vagrant Cascadian
In order to not change behavior significantly, several changes to config_distro_bootcmd were added to make it more flexible, and am335x_evm.h was adapted to make use of them: - Allow multiple partitions per device, rather than only searching on partition 1. Make the number of partitions

[U-Boot] [RFC PATCH 7/7] Switch am335x_evm.h to use config_distro_defaults and config_distro_bootcmd. Add scriptaddr to DEFAULT_LINUX_BOOT_ENV, as scriptaddr is used for boot scripts in config_distro_

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/configs/am335x_evm.h | 26 +- include/configs/ti_armv7_common.h | 1 + 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index

[U-Boot] [RFC PATCH 5/7] Only set CONFIG_BOOTDELAY if not already set.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/config_distro_defaults.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 5d18a4b..fc67c42 100644 --- a/include/config_distro_defaults.h +++

[U-Boot] [RFC PATCH 2/7] Allow overriding boot_partitions default value by setting BOOTENV_BOOT_PARTITIONS before including config_distro_bootcmd.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/config_distro_bootcmd.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 5e5e5e3..a93354a 100644 --- a/include/config_distro_bootcmd.h

Re: [U-Boot] [PATCH 1/6] sunxi: Add sunxi_gpio_get_val function

2014-10-04 Thread Ian Campbell
On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com drivers/gpio/sunxi_gpio.c already has sunxi_gpio_input exported via the standard gpio_get_value name. Ian. ___ U-Boot mailing list

Re: [U-Boot] [PATCH 2/6] sunxi: Add mmc card-detect functionality

2014-10-04 Thread Ian Campbell
On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig | 27 +++ drivers/mmc/sunxi_mmc.c | 20 2 files changed, 47 insertions(+) diff --git a/board/sunxi/Kconfig

Re: [U-Boot] [PATCH 3/6] sunxi: Turn MMC_SUNXI_SLOT_EXTRA into a proper Kconfig option

2014-10-04 Thread Ian Campbell
On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: Note we also drop the SPL check for initializing the 2nd mmc slot, the SPL check is not necessary with Kconfig, because only options explicitly marked as also being for the SPL get set during SPL builds. Signed-off-by: Hans de Goede

Re: [U-Boot] [PATCH 4/6] sunxi: When we've both mmc0 and mmc2, detect from which one we're booting

2014-10-04 Thread Ian Campbell
On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: sunxi SOCs can boot from both mmc0 and mmc2, detect from which one we're booting, and make that one mmc dev 0 so that a single u-boot binary can be used for both the onboard eMMC and for external sdcards. Where does the dependency on dev

Re: [U-Boot] [PATCH 5/6] sunxi: Use PG3 - PG8 as io-pins for mmc1

2014-10-04 Thread Ian Campbell
On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: None of the known sunxi devices actually use mmc1 routed through PH, where as some devices do actually use mmc1 routed through PG, so change the routing of mmc1 to PG. If in the future we encounter devices with mmc1 routed through PH, we

Re: [U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards

2014-10-04 Thread Ian Campbell
On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: diff --git a/configs/Mele_M3_defconfig b/configs/Mele_M3_defconfig index 645b236..50979e2 100644 --- a/configs/Mele_M3_defconfig +++ b/configs/Mele_M3_defconfig @@ -1,5 +1,7 @@ CONFIG_SPL=y

Re: [U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards

2014-10-04 Thread Ian Campbell
On Sat, 2014-10-04 at 09:38 +0100, Ian Campbell wrote: On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: diff --git a/configs/Mele_M3_defconfig b/configs/Mele_M3_defconfig index 645b236..50979e2 100644 --- a/configs/Mele_M3_defconfig +++ b/configs/Mele_M3_defconfig @@ -1,5 +1,7 @@

[U-Boot] [PATCH for-next 0/3] sunxi: Kconfig consolidation and cleanup

2014-10-04 Thread Ian Campbell
A few simple patches which consolidate some Kconfig options and make SPL_FEL a first class .config member instead of putting it in CONFIG_SYS_EXTRA_OPTIONS. This means it is possible to do a FEL build for any board with: make board_config echo CONFIG_SPL_FEL=y .config

[U-Boot] [PATCH for-next 1/3] sunxi: Kconfig: Consolidate SYS_CONFIG_NAME settings

2014-10-04 Thread Ian Campbell
No need to be so repetitive. Signed-off-by: Ian Campbell i...@hellion.org.uk --- board/sunxi/Kconfig | 31 --- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 05defac..c4b3167 100644 ---

[U-Boot] [PATCH for-next 2/3] sunxi: kconfig: Add top-level TARGET_SUNXI

2014-10-04 Thread Ian Campbell
And make TARGET_SUN[457]I a choice variable under this. configs updated with: sed -i -e 's/^\+S:CONFIG_TARGET_SUN.I=y/+S:CONFIG_TARGET_SUNXI=y\n/g' configs/* Signed-off-by: Ian Campbell i...@hellion.org.uk --- arch/arm/Kconfig | 13 ++--- board/sunxi/Kconfig

[U-Boot] [PATCH for-next 3/3] sunxi: Kconfig: Make SPL_FEL a toplevel Kconfig option

2014-10-04 Thread Ian Campbell
It's unfortunate that this needs to be present in both .config and spl/.config since it makes it slightly hard to enable FEL mode for a regular defconfig. It can be done with: echo CONFIG_SPL_FEL=y .config echo CONFIG_SPL_FEL=y spl/.config Ideally only one of those would be needed.

Re: [U-Boot] [PATCH 1/4] Add snoop disable for slave port 0, port 1 and port 2

2014-10-04 Thread Albert ARIBAUD
Hi Alison, On Mon, 29 Sep 2014 10:53:11 +0800, Alison Wang b18...@freescale.com wrote: From: Jason Jin jason@freescale.com Disable the snoop for slave interface 0, 1 and 2 to avoid the interleaving on the CCI400 BUS. Please be more specific: this patch specifically targets arch ls102xa

Re: [U-Boot] [PATCH RESEND] vf610twr: Tune DDR initialization settings

2014-10-04 Thread Albert ARIBAUD
Hi Stefan, On Thu, 02 Oct 2014 09:09:48 +0200, Stefan Agner ste...@agner.ch wrote: Am 2014-09-09 17:19, schrieb Stefano Babic: Hi Stefan, Albert, On 09/09/2014 17:14, Stefan Agner wrote: Hi Albert, The RESEND version of the patch is actually an updated version (maybe I should

Re: [U-Boot] [PATCH for-next 0/3] sunxi: Kconfig consolidation and cleanup

2014-10-04 Thread Ian Campbell
On Sat, 2014-10-04 at 09:47 +0100, Ian Campbell wrote: Probably the board [...] selection could be moved out without any dependencies, although the board one in particular will be quite a big patch I think it would be worth it. On the topic of board selection which way round should the SoC vs.

[U-Boot] [PATCH 1/3] ARM: sunxi: Move watchdog register definitions to separate file

2014-10-04 Thread Chen-Yu Tsai
On later Allwinner SoCs, the watchdog hardware is by all means a separate hardware block, with its own address range and interrupt line. Move the register definitions to a separate file to facilitate supporting newer SoCs. Signed-off-by: Chen-Yu Tsai w...@csie.org ---

[U-Boot] [PATCH 0/3] ARM: sunxi: Fix reset support on sun6i/sun8i

2014-10-04 Thread Chen-Yu Tsai
Hi, This series fixes support for the reset command on sun6i/sun8i. The watchdog hardware has changed in sun6i, both the register addresses and definitions. This makes the reset command unusable on sun6i. Patch 1 moves the watchdog register definitions into a separate file. The rationale behind

[U-Boot] [PATCH 3/3] ARM: sunxi: Fix reset command on sun6i/sun8i

2014-10-04 Thread Chen-Yu Tsai
The watchdog on sun6i/sun8i has a different layout. Add the new layout and fix up the setup functions so that reset works. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/cpu/armv7/sunxi/board.c | 15 +++ arch/arm/include/asm/arch-sunxi/watchdog.h | 20

[U-Boot] [PATCH 2/3] ARM: sunxi: Add sun6i/sun8i timer block register definition

2014-10-04 Thread Chen-Yu Tsai
The RTC hardware has been moved out of the timer block on sun6i/sun8i. In addition, there are more watchdogs available. Also note that the timer block definition is not completely accurate for sun5i/sun7i. Various blocks are missing or have been moved out. Signed-off-by: Chen-Yu Tsai

Re: [U-Boot] How does Driver Model UART work?

2014-10-04 Thread Masahiro YAMADA
Hi Simon, 2014-10-03 22:51 GMT+09:00 Simon Glass s...@chromium.org: Hi Masahiro, On 3 October 2014 07:04, Masahiro Yamada yamad...@jp.panasonic.com wrote: Simon, I am totally being confused. As far as I looked at the dm code, the private data is calloc'ed in device_probe() function

Re: [U-Boot] [linux-sunxi] [PATCH 0/3] ARM: sunxi: Fix reset support on sun6i/sun8i

2014-10-04 Thread Chen-Yu Tsai
Hi, On Sat, Oct 4, 2014 at 11:02 PM, Julian Calaby julian.cal...@gmail.com wrote: Hi, On Sat, Oct 4, 2014 at 10:37 PM, Chen-Yu Tsai w...@csie.org wrote: Hi, This series fixes support for the reset command on sun6i/sun8i. The watchdog hardware has changed in sun6i, both the register

Re: [U-Boot] U-Boot Mini Summit

2014-10-04 Thread Masahiro YAMADA
Hi Detlev, 2014-10-03 2:09 GMT+09:00 Detlev Zundel d...@denx.de: Hi, the agenda for the U-Boot Mini Summit in a few days in Düsseldorf has now been finalized[1]. It is very encouraging to see such a lot of high-class content and I'm very excited to also meet a lot of new people. Please

Re: [U-Boot] U-Boot Mini Summit

2014-10-04 Thread Michael Trimarchi
Hi Il 02/ott/2014 23:07 Albert ARIBAUD albert.u.b...@aribaud.net ha scritto: Hi Detlev, On Thu, 02 Oct 2014 19:09:07 +0200, Detlev Zundel d...@denx.de wrote: Hi, the agenda for the U-Boot Mini Summit in a few days in Düsseldorf has now been finalized[1]. It is very encouraging to

Re: [U-Boot] Pull request: u-boot-mmc 03102014

2014-10-04 Thread Tom Rini
On Fri, Oct 03, 2014 at 05:41:05PM +0300, Pantelis Antoniou wrote: Hi Tom, The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat

2014-10-04 Thread Tom Rini
On Fri, Oct 03, 2014 at 03:48:35PM -0500, Felipe Balbi wrote: On Thu, Sep 25, 2014 at 07:38:26PM -0500, Felipe Balbi wrote: On Tue, Sep 23, 2014 at 10:44:17AM -0500, Felipe Balbi wrote: If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are defined, u-boot spl will fail to build. Fix that.

Re: [U-Boot] How does Driver Model UART work?

2014-10-04 Thread Simon Glass
Hi Masahiro, On 4 October 2014 06:57, Masahiro YAMADA yamad...@jp.panasonic.com wrote: Hi Simon, 2014-10-03 22:51 GMT+09:00 Simon Glass s...@chromium.org: Hi Masahiro, On 3 October 2014 07:04, Masahiro Yamada yamad...@jp.panasonic.com wrote: Simon, I am totally being

[U-Boot] [PATCH 02/23] dm: sunxi: Add a new config for an FDT-based pcDuino3

2014-10-04 Thread Simon Glass
For now we won't want to mess with the existing configurations. Create a new one which will enable device tree and driver model. Note that this brings the device tree binary into u-boot-sunxi-with-spl.bin. Signed-off-by: Simon Glass s...@chromium.org --- Makefile

[U-Boot] [PATCH 14/23] test: dm: Update GPIO tests for new gpio_request() method

2014-10-04 Thread Simon Glass
Now that gpio_request() is handled by the uclass, updates the tests accordingly. Signed-off-by: Simon Glass s...@chromium.org --- doc/driver-model/README.txt | 25 +++-- test/dm/gpio.c | 55 +++-- 2 files changed, 56

[U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi

2014-10-04 Thread Simon Glass
This series adds driver model support for serial and GPIO for sunxi. Since I only have a sun7i board to test with, I have added a new config for the pcDuino3, which uses device tree and driver model. This should make it fairly easy to enable for the other boards at some point. Now that we have

[U-Boot] [PATCH 16/23] test: dm: Support memory leak checking as a core feature

2014-10-04 Thread Simon Glass
Check the state of the malloc() heap before each test is run, so that tests can verify that all is well at the end. Provide helper functions to mark the heap and to check that it returns to its initial state. Signed-off-by: Simon Glass s...@chromium.org --- include/dm/test.h | 23

[U-Boot] [PATCH 04/23] dm: sunxi: Add pinmux functions which take a bank parameter

2014-10-04 Thread Simon Glass
With driver model we will have access to a bank pointer, so we want to use it rather than converting back to a number, and then back to a bank pointer. Add functions to provide this feature. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/cpu/armv7/sunxi/pinmux.c | 32

[U-Boot] [PATCH 09/23] dm: gpio: Add gpio_get_function() and friends

2014-10-04 Thread Simon Glass
Add helpers to the uclass to allow finding out the pin function. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/gpio-uclass.c | 47 ++ include/asm-generic/gpio.h | 34 - 2 files changed, 80 insertions(+),

[U-Boot] [PATCH 07/23] dm: sunxi: Add support for serial using driver model

2014-10-04 Thread Simon Glass
Add a driver for the designware serial UART used on sunxi. This just redirects to the normal ns16550 driver. Add a stdout-path to the device tree so that the correct UART is chosen. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/dts/sun7i-a20-pcduino3.dts | 4

[U-Boot] [PATCH 01/23] dm: sunxi: dts: Add sun7i device tree files

2014-10-04 Thread Simon Glass
These are from Linux 3.17-rc7 (commit fe82dcec). U-Boot only uses a small portion of these, but we may as well have something to look forward to. The total compiled size is about 25KB. Signed-off-by: Simon Glass s...@chromium.org --- arch/arm/dts/sun7i-a20-pcduino3.dts | 173 ++

[U-Boot] [PATCH 12/23] dm: gpio: sandbox: Implement the remove() method

2014-10-04 Thread Simon Glass
This method frees memory so we must make sure to implement it. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/sandbox.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpio/sandbox.c b/drivers/gpio/sandbox.c index 7aa8b1f..13b3253 100644 ---

[U-Boot] [PATCH 06/23] dm: sunxi: Modify the GPIO driver to support driver model

2014-10-04 Thread Simon Glass
This adds driver model support to the sunxi GPIO driver, using the device tree to trigger binding of the driver. The driver will still operate without driver model too. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/sunxi_gpio.c | 170

[U-Boot] [PATCH 15/23] dm: gpio: Add gpio_requestf() helper for printf() strings

2014-10-04 Thread Simon Glass
Add a helper which permits a printf()-style format string for the requester string. Signed-off-by: Simon Glass s...@chromium.org --- doc/driver-model/README.txt | 3 ++- drivers/gpio/gpio-uclass.c | 21 + include/asm-generic/gpio.h | 10 ++ test/dm/gpio.c

[U-Boot] [PATCH 17/23] test: dm: Add additional GPIO tests

2014-10-04 Thread Simon Glass
Add tests for gpio_requestf() and for memory leaks. Signed-off-by: Simon Glass s...@chromium.org --- doc/driver-model/README.txt | 5 - test/dm/gpio.c | 38 ++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 18/23] dm: gpio: tegra: Drop request()/free() in the driver

2014-10-04 Thread Simon Glass
Now that the uclass supports gpio_request/free() there is no need for the driver to implement it too. Drop this unnecessary code. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/tegra_gpio.c | 110 -- 1 file changed, 110 deletions(-)

[U-Boot] [PATCH 23/23] dm: gpio: Remove unused get_state() uclass method

2014-10-04 Thread Simon Glass
This is no longer used so drop it. Signed-off-by: Simon Glass s...@chromium.org --- include/asm-generic/gpio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index 2a32c93..0cfbd46 100644 --- a/include/asm-generic/gpio.h +++

[U-Boot] [PATCH 13/23] dm: gpio: sandbox: Drop request()/free() in the driver

2014-10-04 Thread Simon Glass
Now that the uclass supports gpio_request/free() there is no need for the driver to implement it too. Drop this unnecessary code. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/sandbox.c | 82 -- 1 file changed, 82 deletions(-)

[U-Boot] [PATCH 08/23] dm: gpio: Implement GPIO reservation in the uclass

2014-10-04 Thread Simon Glass
We have several GPIO drivers now and all are doing similar things to record which GPIOs are reserved. Move this logic into the uclass to make the drivers similar. We retain the request()/free() methods since currently one driver does use these for setting up the pin. Signed-off-by: Simon Glass

[U-Boot] [PATCH 10/23] dm: Move the function for getting GPIO status into the uclass

2014-10-04 Thread Simon Glass
This function can be more easily tested if it is in the uclass. Signed-off-by: Simon Glass s...@chromium.org --- common/cmd_gpio.c | 57 +- drivers/gpio/gpio-uclass.c | 39 +++ include/asm-generic/gpio.h | 18

[U-Boot] [PATCH 03/23] dm: core: Add support for simple-bus

2014-10-04 Thread Simon Glass
Add a driver for the simple-bus nodes, which allows devices within these nodes to be bound. Signed-off-by: Simon Glass s...@chromium.org --- drivers/core/Makefile | 1 + drivers/core/simple-bus.c | 33 + include/dm/uclass-id.h| 1 + 3 files changed, 35

[U-Boot] [PATCH 20/23] dm: gpio: rpi_b: Drop request()/free() in the driver

2014-10-04 Thread Simon Glass
Now that the uclass supports gpio_request/free() there is no need for the driver to implement it too. Drop this unnecessary code. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/bcm2835_gpio.c | 89 - 1 file changed, 89 deletions(-)

[U-Boot] [PATCH 11/23] dm: gpio: sandbox: Implement the get_function() method

2014-10-04 Thread Simon Glass
Implement this method so that the 'gpio' command can do its job correctly. For sandbox we only support input and output states for a gpio. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/sandbox.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 21/23] dm: gpio: exynos: Drop request()/free() in the driver

2014-10-04 Thread Simon Glass
Now that the uclass supports gpio_request/free() there is no need for the driver to implement it too. Drop this unnecessary code. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/s5p_gpio.c | 101 1 file changed, 101 deletions(-)

[U-Boot] [PATCH 05/23] dm: sunxi: Make sure that GPIOs are requested

2014-10-04 Thread Simon Glass
The scsi_init() function uses a GPIO so should request it. There is no way to return an error here, and the request may be made multiple times, so just ignore errors for now. Signed-off-by: Simon Glass s...@chromium.org --- board/sunxi/ahci.c | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH 19/23] dm: gpio: omap3: Drop request()/free() in the driver

2014-10-04 Thread Simon Glass
Now that the uclass supports gpio_request/free() there is no need for the driver to implement it too. Drop this unnecessary code. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/omap_gpio.c | 116 +-- 1 file changed, 1 insertion(+), 115

[U-Boot] [PATCH 22/23] dm: gpio: imx: Drop request()/free() in the driver

2014-10-04 Thread Simon Glass
Now that the uclass supports gpio_request/free() there is no need for the driver to implement it too. Drop this unnecessary code. Signed-off-by: Simon Glass s...@chromium.org --- drivers/gpio/mxc_gpio.c | 116 1 file changed, 116 deletions(-)

Re: [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments

2014-10-04 Thread Fabio Estevam
Hi Stefano, On Tue, Sep 30, 2014 at 2:05 PM, Fabio Estevam fabio.este...@freescale.com wrote: PERST_GPIO and POWER_GPIO are currently swapped. Fix the GPIO assignments as per the board schematics. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Would it be possible to get this one

Re: [U-Boot] [PATCH 06/23] dm: sunxi: Modify the GPIO driver to support driver model

2014-10-04 Thread Chen-Yu Tsai
Hi, On Sun, Oct 5, 2014 at 1:29 AM, Simon Glass s...@chromium.org wrote: This adds driver model support to the sunxi GPIO driver, using the device tree to trigger binding of the driver. The driver will still operate without driver model too. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH for-next 2/3] sunxi: kconfig: Add top-level TARGET_SUNXI

2014-10-04 Thread Chen-Yu Tsai
On Sat, Oct 4, 2014 at 4:48 PM, Ian Campbell i...@hellion.org.uk wrote: And make TARGET_SUN[457]I a choice variable under this. configs updated with: sed -i -e 's/^\+S:CONFIG_TARGET_SUN.I=y/+S:CONFIG_TARGET_SUNXI=y\n/g' configs/* Signed-off-by: Ian Campbell i...@hellion.org.uk ---

Re: [U-Boot] [PATCH v6 1/7] mtd: denali: add Denali controller configs to Kconfig

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Commit 3eb3e72a3f66 (nand/denali: Adding Denali NAND driver support) introduced some new options, and some of them were documented by commit f9860cf081ef (nand/denali: Document CONFIG symbols). This commit allows users to

Re: [U-Boot] [PATCH v6 2/7] mtd: denali: add Denali NAND driver for SPL

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: The SPL-mode driver for Denali(Cadence) NAND Flash Memory Controller IP. This driver requires two CONFIG macros: - CONFIG_SPL_NAND_DENALI Define to enable this driver. - CONFIG_SYS_NAND_BAD_BLOCK_POS Specify

Re: [U-Boot] [PATCH v6 3/7] serial: add UniPhier serial driver

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: The driver for on-chip UART used on Panasonic UniPhier platform. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in

Re: [U-Boot] [PATCH v6 4/7] ARM: UniPhier: add UniPhier SoC support code

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: These are used by Panasonic UniPhier SoC family. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v6: - Increase malloc area from 1MB to 4MB - Improve comments in header files - Add SPDX to

Re: [U-Boot] [PATCH v6 6/7] MAINTAINERS: add me as a maintainer of UniPhier platform

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Albert ARIBAUD albert.u.b...@aribaud.net Acked-by: Michal Simek mon...@monstr.eu --- Changes in v6: None Changes in v5: - Add u-boot-uniphier repo info

Re: [U-Boot] [PATCH v6 7/7] git-mailrc: add me as a maintainer of UniPhier platform

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Rebase Applied to u-boot-uniphier/master. -- Best

Re: [U-Boot] [PATCH v6 5/7] ARM: UniPhier: add Kconfig and defconfig

2014-10-04 Thread Masahiro YAMADA
2014-10-03 19:21 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: This commit allows to build Panasonic UniPhier family: PH1-LD4, PH1-Pro4, PH1-sLD8 Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v6: None Changes in v5: - Add Denali config options to

[U-Boot] Pull request: u-boot-uniphier/master

2014-10-04 Thread Masahiro YAMADA
Hi Albert, The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692: Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48 -0400) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master for you to fetch changes up to