Re: [U-Boot] [PATCH v2 3/7] Tegra30: Add CPU (armv7) files

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > These files are for code that runs on the CPU (A9) on T30 boards. > At this time, it's only the RCM (Recovery Mode) cmd file, which > is in tegra-common. As T30-specific run-time code is added, it'll > go here. I don't think this patch adds any code any

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > These are stripped down for bringup, They'll be filled out later > to match-up with the kernel DT contents, and/or as devices are > brought up (mmc, usb, spi, etc.). > > Signed-off-by: Tom Warren > diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/

Re: [U-Boot] [PATCH 2/2] patman: Add all CC addresses to the cover letter

2012-12-03 Thread Doug Anderson
Simon, Thanks for the review! On Mon, Dec 3, 2012 at 3:00 PM, Simon Glass wrote: > On Fri, Nov 30, 2012 at 4:25 PM, Doug Anderson wrote: >> If we're sending a cover letter make sure to CC everyone that we're >> CCing on each of the individual patches. >> >> Signed-off-by: Doug Anderson > > Loo

Re: [U-Boot] [PATCH v2 6/7] Tegra30: Add generic Tegra30 build support

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > This patch adds basic Tegra30 (T30) build support - no specific > board is targeted. > diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c > int board_early_init_f(void) > { > +#if defined(CONFIG_TEGRA30) > + pinmux_init(); > +#

Re: [U-Boot] [PATCH 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Doug Anderson
Simon, Thanks! On Mon, Dec 3, 2012 at 3:04 PM, Simon Glass wrote: > Hi Doug, > > On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson wrote: >> There are cases that we want to support different settings (or maybe >> even different aliases) for different projects. Add support for this >> by: >> * Add

[U-Boot] [PATCH v2 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Doug Anderson
There are cases that we want to support different settings (or maybe even different aliases) for different projects. Add support for this by: * Adding detection for two big projects: U-Boot and Linux. * Adding default settings for Linux (U-Boot is already good with the standard patman defaults).

[U-Boot] [PATCH v2 4/4] patman: Add settings to the list of modules to doctest

2012-12-03 Thread Doug Anderson
The settings modules now has doctests, so run them. Signed-off-by: Doug Anderson --- Changes in v2: None tools/patman/patman.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/patman/patman.py b/tools/patman/patman.py index 2e9e5dc..e56dd01 100755 --- a/tools/

[U-Boot] [PATCH v2 2/4] patman: Add support for settings in .patman

2012-12-03 Thread Doug Anderson
This patch adds support for a [settings] section in the .patman file. In this section you can add settings that will affect the default values for command-line options. Support is added in a generic way such that any setting can be updated by just referring to the "dest" of the option that is pass

[U-Boot] [PATCH v2 1/4] patman: Add a call to get_maintainer.pl if it exists

2012-12-03 Thread Doug Anderson
For Linux the best way to figure out where to send a patch is with the "get_maintainer.pl" script. Add support for calling it from patman. Support is added unconditionally for "scripts/get_maintainer.pl" in case it is helpful for any other projects. Signed-off-by: Doug Anderson --- Changes in v2

[U-Boot] [PATCH v2 1/2] patman: Cache the CC list from MakeCcFile() for use in ShowActions()

2012-12-03 Thread Doug Anderson
Currently we go through and generate the CC list for patches twice. This gets slow when (in a future CL) we add a call to get_maintainer.pl on Linux. Instead of doing things twice, just cache the CC list when it is first generated. Signed-off-by: Doug Anderson --- Changes in v2: None tools/pat

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Simon Glass
Hi Stephen, On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote: > On 12/03/2012 04:45 PM, Tom Warren wrote: >> These are stripped down for bringup, They'll be filled out later >> to match-up with the kernel DT contents, and/or as devices are >> brought up (mmc, usb, spi, etc.). >> >> Signed-off

Re: [U-Boot] [PATCH v2 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > This build is stripped down. It boots to the command prompt. > GPIO is the only peripheral supported. Others TBD. > > include/configs/tegra-common.h now holds common config options > for Tegra SoCs. > diff --git a/board/nvidia/cardhu/cardhu.c b/board/nv

Re: [U-Boot] [PATCH v2 2/2] patman: Add all CC addresses to the cover letter

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:40 PM, Doug Anderson wrote: > If we're sending a cover letter make sure to CC everyone that we're > CCing on each of the individual patches. > > Signed-off-by: Doug Anderson Acked-by: Simon Glass ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH v2 3/4] patman: Add the concept of multiple projects

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:43 PM, Doug Anderson wrote: > There are cases that we want to support different settings (or maybe > even different aliases) for different projects. Add support for this > by: > * Adding detection for two big projects: U-Boot and Linux. > * Adding default settings for Lin

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Stephen Warren
On 12/03/2012 05:49 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote: >> On 12/03/2012 04:45 PM, Tom Warren wrote: >>> These are stripped down for bringup, They'll be filled out later >>> to match-up with the kernel DT contents, and/or as devices are >

Re: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files

2012-12-03 Thread Simon Glass
Hi Stephen, On Mon, Dec 3, 2012 at 4:57 PM, Stephen Warren wrote: > On 12/03/2012 05:49 PM, Simon Glass wrote: >> Hi Stephen, >> >> On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren wrote: >>> On 12/03/2012 04:45 PM, Tom Warren wrote: These are stripped down for bringup, They'll be filled out

[U-Boot] [PATCH v2 2/2] patman: Add all CC addresses to the cover letter

2012-12-03 Thread Doug Anderson
If we're sending a cover letter make sure to CC everyone that we're CCing on each of the individual patches. Signed-off-by: Doug Anderson --- Changes in v2: - Added requested comment in the README to document this. tools/patman/README|3 +++ tools/patman/patman.py |2 +- tools/patma

Re: [U-Boot] Reg Bootstrapping on x86-64 for tizen

2012-12-03 Thread Simon Glass
Hi, On Sun, Dec 2, 2012 at 10:35 PM, wrote: > Dear All, > > > > Can you please help me how to make u-boot to support it on x86 64 bit PC > intel i5 processor (MIH61R-MB ) for Tizen kernel loading on x86 processor. > > > > What are the things i need to take care of ? > > > > Please help me ASAP.

Re: [U-Boot] [PATCH 2/4] EXYNOS5 : FDT: Add Aliases for SPI device

2012-12-03 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde wrote: > This patch adds aliases for SPI. > > Signed-off-by: Rajeshwari Shinde > --- > board/samsung/dts/exynos5250-smdk5250.dts |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/samsung/dts/exy

Re: [U-Boot] [PATCH 1/4] EXYNOS5: FDT: Add compatible strings for SPI

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde wrote: > Add required compatible information for SPI driver. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > include/fdtdec.h |1 + > lib/fdtdec.c |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff

Re: [U-Boot] [PATCH 3/4] EXYNOS5: FDT: Add SPI device node data

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde wrote: > Add SPI device node data for exynos. > > Signed-off-by: Rajeshwari Shinde > --- > arch/arm/dts/exynos5250.dtsi | 25 + > 1 files changed, 25 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/dts/exynos5250

Re: [U-Boot] [PATCH 1/3] EXYNOS5: FDT: Add compatible strings for PMIC

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde wrote: > Add required compatible information for PMIC > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > include/fdtdec.h |1 + > lib/fdtdec.c |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git

Re: [U-Boot] [PATCH 2/3] EXYNOS5: Add device node for PMIC

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde wrote: > Add device node for MAX77686 > > Signed-off-by: Rajeshwari Shinde > --- > board/samsung/dts/exynos5250-smdk5250.dts |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/board/samsung/dts/exynos5250-smdk5250

Re: [U-Boot] [PATCH 3/3] PMIC: MAX77686: Add FDT Support

2012-12-03 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 3, 2012 at 4:12 AM, Rajeshwari Shinde wrote: > This patch adds fdt support to MAX77686. > > Signed-off-by: Rajeshwari Shinde > --- > drivers/misc/pmic_max77686.c | 34 +- > 1 files changed, 29 insertions(+), 5 deletions(-) > > diff --

Re: [U-Boot] [PATCH 2/2] SMDK5250: Enable VBus for USB

2012-12-03 Thread Simon Glass
Hi Rajeshwari, On Mon, Dec 3, 2012 at 5:18 AM, Rajeshwari Shinde wrote: > This patch enables Vbus required for USB. > > Signed-off-by: Vivek Gautam > Signed-off-by: Rajeshwari Shinde > --- > board/samsung/smdk5250/smdk5250.c | 17 + > 1 files changed, 17 insertions(+), 0 dele

Re: [U-Boot] [PATCH 3/3] EXYNOS5: FDT: Add compatible strings for USB

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 5:30 AM, Rajeshwari Shinde wrote: > Add required compatible information for USB > > Signed-off-by: Vivek Gautam Acked-by: Simon Glass > --- > include/fdtdec.h |1 + > lib/fdtdec.c |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/incl

Re: [U-Boot] [PATCH] mx28: Remove SET, CLR, TOG ops from PLLxCTRL1 registers

2012-12-03 Thread Stefano Babic
On 25/11/2012 01:03, Marek Vasut wrote: > These registers don't have _SET, _CLR and _TOG at the respective offsets > available, these registers has to be toggled via R-M-W if needed. Thus do > not export these offsets anymore. > > Signed-off-by: Marek Vasut > Cc: Stefano Babic > --- Applied to

<    1   2