[U-Boot] [PATCH] gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()

2014-12-06 Thread Axel Lin
Current code does not set gpio output value in ich6_gpio_direction_output(), fix it. Signed-off-by: Axel Lin --- drivers/gpio/intel_ich6_gpio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpio/intel_ich6_gpio.c b/drivers/gpio/intel_ich6_gpio.c index b095d17..92c23ae 100644 ---

Re: [U-Boot] [PATCH v2] bcm281xx: add support for "USB OTG clock"

2014-12-06 Thread Felipe Balbi
On Sat, Dec 06, 2014 at 10:24:33AM -0800, Steve Rae wrote: > enable this clock with the following: > clk_usb_otg_enable((void *)HSOTG_BASE_ADDR) > > Signed-off-by: Steve Rae Reviewed-by: Felipe Balbi > --- > > Changes in v2: > removed unrelated changes as per Felipe Balbi > > arch/arm/cp

Re: [U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-06 Thread Scott Wood
On Sun, 2014-12-07 at 02:32 +0100, Marek Vasut wrote: > On Sunday, December 07, 2014 at 12:45:30 AM, Scott Wood wrote: > > On Sat, 2014-12-06 at 14:07 +0100, Marek Vasut wrote: > > > On Tuesday, December 02, 2014 at 02:26:14 PM, Stefan Roese wrote: > > > > This patch adds support for multiple NAND

Re: [U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-06 Thread Marek Vasut
On Sunday, December 07, 2014 at 12:45:30 AM, Scott Wood wrote: > On Sat, 2014-12-06 at 14:07 +0100, Marek Vasut wrote: > > On Tuesday, December 02, 2014 at 02:26:14 PM, Stefan Roese wrote: > > > This patch adds support for multiple NAND chips connected to the > > > i.MX6. Linux already supports thi

Re: [U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-06 Thread Scott Wood
On Sat, 2014-12-06 at 14:07 +0100, Marek Vasut wrote: > On Tuesday, December 02, 2014 at 02:26:14 PM, Stefan Roese wrote: > > This patch adds support for multiple NAND chips connected to the > > i.MX6. Linux already supports this configuration. So lets port > > the missing features to the U-Boot dr

[U-Boot] [PATCH v2] bcm281xx: add support for "USB OTG clock"

2014-12-06 Thread Steve Rae
enable this clock with the following: clk_usb_otg_enable((void *)HSOTG_BASE_ADDR) Signed-off-by: Steve Rae --- Changes in v2: removed unrelated changes as per Felipe Balbi arch/arm/cpu/armv7/bcm281xx/Makefile| 1 + arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c | 16 +++ a

[U-Boot] [PATCH v4 9/9] arm: ls102xa: Add NAND boot support for LS1021AQDS board

2014-12-06 Thread Alison Wang
This patch adds NAND boot support for LS1021AQDS board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from NAND flash to DDR, finally SPL transfer control to u-boot. Signed-off-by: Prabhakar Kushwaha Signed-off-by: Ali

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-06 Thread Marek Vasut
On Thursday, December 04, 2014 at 11:36:33 PM, Steve Rae wrote: > Implement a feature to allow fastboot to write the downloaded image > to the space reserved for the Protective MBR and the Primary GUID > Partition Table. > > Signed-off-by: Steve Rae Lukasz, what do you think please ? In my opti

Re: [U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-06 Thread Marek Vasut
On Tuesday, December 02, 2014 at 02:26:14 PM, Stefan Roese wrote: > This patch adds support for multiple NAND chips connected to the > i.MX6. Linux already supports this configuration. So lets port > the missing features to the U-Boot driver to support more than > one NAND chip here as well. > > T

Re: [U-Boot] [PATCH 1/4 v4] spi: Add Cadence QSPI DM driver used by SoCFPGA

2014-12-06 Thread Marek Vasut
On Saturday, November 08, 2014 at 01:18:31 PM, Stefan Roese wrote: > On 07.11.2014 20:56, Dinh Nguyen wrote: > > +CC: Graham Moore > > > > On 11/07/2014 09:26 AM, Stefan Roese wrote: > >> Hi Dinh, Hi Vince! > > > > >> Could we not just use a "plain" GPL (v2) license here as well. > >> Especiall

Re: [U-Boot] [PATCH 2/2] socfpga: correctly increment freeze_controller_base address

2014-12-06 Thread Marek Vasut
On Wednesday, November 26, 2014 at 07:14:33 PM, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > Correctly increment the base address of the freeze controller. And since > SYSMGR_FRZCTRL_VIOCTRL_SHIFT is not needed, remove it from the include > file. > > Signed-off-by: Dinh Nguyen

Re: [U-Boot] [PATCH] arm: socfpga: Add DT support for SoCFPGA

2014-12-06 Thread Marek Vasut
On Thursday, October 30, 2014 at 09:19:56 AM, Stefan Roese wrote: > This patch includes the latest DT sources for socfpga from the current > Linux kernel. And enables CONFIG_OF_CONTROL for socfpga_cyclone5 to > make use of this new DT support. > > Note that now the image to use is u-boot-dtb.img!

Re: [U-Boot] [PATCH 10/25] x86: ich6-gpio: Add Intel Tunnel Creek GPIO support

2014-12-06 Thread Bin Meng
Hi Simon, On Fri, Dec 5, 2014 at 11:08 PM, Simon Glass wrote: > Hi Bin, > > On 5 December 2014 at 01:35, Bin Meng wrote: >> Hi Simon, >> >> On Fri, Dec 5, 2014 at 6:43 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 4 December 2014 at 08:01, Bin Meng wrote: Intel Tunnel Creek GPIO register