Re: [U-Boot] [PATCH] ARM: tegra: Define Tegra20 CAR binding

2012-01-18 Thread Olof Johansson
Hi, On Wed, Jan 18, 2012 at 05:16:52PM -0700, Stephen Warren wrote: > .../bindings/clock/nvidia,tegra20-car.txt | 156 > > arch/arm/boot/dts/tegra-seaboard.dts | 18 +++ > arch/arm/boot/dts/tegra20.dtsi |7 + > 3 files chang

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Olof Johansson
On Wed, Jan 18, 2012 at 03:48:30PM -0700, Stephen Warren wrote: > On 01/11/2012 09:32 PM, Simon Glass wrote: > > This adds a property to indicate a port which can switch between host and > > device > > mode. > > > > Signed-off-by: Simon Glass > > --- > > > > doc/device-tree-bindings/usb/tegra-

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Olof Johansson
Hi, On Wed, Jan 18, 2012 at 9:55 PM, Simon Glass wrote: >> fsl-usb.txt uses "dr_mode" here, which might make sense to reuse given some >> of >> the shared IP in question for device mode: >> >>  - dr_mode : indicates the working mode for "fsl-usb2-dr" compatible >>   controllers.  Can be "host",

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Olof Johansson
On Wed, Jan 18, 2012 at 10:59 PM, Simon Glass wrote: > Hi Olof, > > On Wed, Jan 18, 2012 at 10:41 PM, Olof Johansson wrote: >> Hi, >> >> On Wed, Jan 18, 2012 at 9:55 PM, Simon Glass wrote: >> >>>> fsl-usb.txt uses "dr_mode" here, which

Re: [U-Boot] [PATCH] ARM: tegra: Define Tegra20 CAR binding

2012-01-20 Thread Olof Johansson
Hi, On Thu, Jan 19, 2012 at 9:17 AM, Stephen Warren wrote: > Olof Johansson wrote at Wednesday, January 18, 2012 10:32 PM: >> On Wed, Jan 18, 2012 at 05:16:52PM -0700, Stephen Warren wrote: >> > diff --git a/Documentation/devicetree/bindings/clock/nvidia,tegra20-car.txt >

Re: [U-Boot] [PATCH v3] Input: keyboard - add device tree bindings for simple key matrixes

2012-01-03 Thread Olof Johansson
Hi, On Mon, Jan 02, 2012 at 10:39:04AM -0800, Simon Glass wrote: > > diff --git a/Documentation/devicetree/bindings/input/matrix-keymap.txt > > b/Documentation/devicetree/bindings/input/matrix-keymap.txt > > new file mode 100644 > > index 000..1db8e12 > > --- /dev/null > > +++ b/Documentation

Re: [U-Boot] [PATCH v3] Input: keyboard - add device tree bindings for simple key matrixes

2012-01-03 Thread Olof Johansson
On Tue, Jan 3, 2012 at 8:44 AM, Dmitry Torokhov wrote: > On Tue, Jan 03, 2012 at 04:29:30PM +, Russell King - ARM Linux wrote: >> On Tue, Jan 03, 2012 at 08:22:21AM -0800, Simon Glass wrote: >> > Can the Linux key codes fit in 8 bits? >> >> That depends on your point of view. >> >> If you hack

Re: [U-Boot] [PATCH 2/2] tegra: Enable pre-console putc() for Tegra boards

2012-03-09 Thread Olof Johansson
Hi, On Thu, Mar 8, 2012 at 6:52 PM, Simon Glass wrote: > This is used to display panic messages before the console is active. > > > Signed-off-by: Simon Glass Please don't send u-boot patches to linux-tegra. Thanks, -Olof ___ U-Boot mailing list U-

Re: [U-Boot] [PATCH v3 22/23] tegra: fdt: Add EMC data for Tegra2 Seaboard

2012-04-02 Thread Olof Johansson
On Mon, Apr 2, 2012 at 4:19 PM, Simon Glass wrote: > This adds timings for T20 and T25 Seaboards, using the bindings found here: > > http://patchwork.ozlabs.org/patch/132928/ > > We supply both full speed options for normal running, and half speed options > for testing / development. > > Signed-of

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-09 Thread Olof Johansson
On Mon, Apr 9, 2012 at 2:59 PM, Stephen Warren wrote: > On 04/09/2012 03:40 PM, Simon Glass wrote: >> +Olof >> >> Hi Stephen, >> >> On Mon, Apr 9, 2012 at 2:27 PM, Stephen Warren wrote: >>> On 04/05/2012 03:55 PM, Simon Glass wrote: From: Jimmy Zhang Set Seaboard to optimal memory

Re: [U-Boot] [RFC] Kbuild support for ARM FIT images

2013-02-22 Thread Olof Johansson
On Wed, Feb 20, 2013 at 07:37:10PM -0600, Joel A Fernandes wrote: > Any comments on this approach? Is it better to merge mkfitsrc.sh with > mkuboot.sh? I know this was discussed quite extensively yesterday, but here is my take on it: Given the recent complications from multiplatform, we really sa

[U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-11 Thread Olof Johansson
Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded over tftp. Based on the omap3 evm code. I added a new highlevel define for Tobi to avoid having it dependent on CMD_NET (which would seem backward in this case). Signed-off-by: Olof Johansson diff --git a/board/overo/overo.c

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-12 Thread Olof Johansson
On Sep 12, 2009, at 10:16 AM, Paulraj, Sandeep wrote: >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlevel define for Tobi >>

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 2:48 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message you wrote: >> >> Random question on u-boot development process: I see you didn't add >> your signed-off on the commit. People don't do that when they check >> in

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-22 Thread Olof Johansson
On Tue, Sep 22, 2009 at 09:41:42PM +0200, Wolfgang Denk wrote: > Please use "git format-patch" / "git send-email" to create and submit > patches. For example, it is always nice to see a file statistics in > the patch. k. > > + MUX_VAL(CP(GPMC_CLK), (IDIS | PTU | EN | M0)) /*GPMC_CLK

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 2:50 PM, Wolfgang Denk wrote: > Dear Ben Warren, > > In message > you wrote: >> >>> I always use 'git am -s', which adds the SOB. My understanding >>> is that >> maintainers should do this as an indication of approval and help in >> traceability. > > Please feel free to d

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:28 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message you wrote: >> >>> Please feel free to do that, but I consider this just adding >>> line-noise, unless you _really_ express special approval. >>> >>> Which

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:32 PM, Wolfgang Denk wrote: > 56327c2a58b76291616f15c9c84a180cf7049645 committer Jaswinder Singh Rajput Sun, 20 Sep 2009 10:32:20 + (15:32 +0530) He didn't commit it. -Olof ___ U-Boot mailing list U-Boot@lists.denx.d

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:34 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message <20090922203431.ga14...@lixom.net> you wrote: >> >>>> + MUX_VAL(CP(GPMC_CLK),(IDIS | PTU | EN | M0)) /*GPMC_CLK*/\ >>>> + MUX_VAL(CP(GPM

Re: [U-Boot] [PATCH] TI: OMAP3: Overo Tobi ethernet support

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:49 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message you wrote: >> >>> No, please submit a new version which also incorporates the cleanup >>> patches by Dirk. >> >> I didn't see those, since I wasn'

[U-Boot] ZOOM2 mux setup

2009-09-22 Thread Olof Johansson
Hi, I stumbled across this when fixing the whitespace in the mux setup tables for various omap platforms. I don't find it to be a very sustainable way of adding random delays into the gpio setups. Having it open-coded in a C file is much preferred. from boards/logicpd/zoom2/zoom2.h: /* Toggle R

[U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded over tftp. Based on the omap3 evm code. I added a new highlevel define for Tobi to avoid having it dependent on CMD_NET (which would seem backward in this case). Signed-off-by: Olof Johansson --- This version of the patch

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
On Sep 23, 2009, at 1:39 PM, Tom wrote: > Olof Johansson wrote: >> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >> over tftp. >> Based on the omap3 evm code. I added a new highlevel define for Tobi >> to avoid having it dependent on CMD_NET (w

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
Hi, On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you wrote: > ... >>> Use the omap gpio interface described in README.omap3 >> >> Seriously, this code is a 1:1 repli

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
On Sep 23, 2009, at 4:00 PM, Tom wrote: > Olof Johansson wrote: >> Hi, >> On Sep 23, 2009, at 2:16 PM, Wolfgang Denk wrote: >>> Dear Olof Johansson, >>> >>> In message <1d0f4997-6af4-4bc3-94c3-0817551db...@lixom.net> you >>> wrot

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-23 Thread Olof Johansson
On Sep 23, 2009, at 7:34 PM, Nishanth Menon wrote: > Olof Johansson said the following on 09/23/2009 09:43 PM: >> On Sep 23, 2009, at 1:39 PM, Tom wrote: >> >> >>> Olof Johansson wrote: >>> >>>> diff --git a/board/overo/overo.c b/board/overo/ov

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Olof Johansson
Hi, On Sep 24, 2009, at 12:48 PM, Paulraj, Sandeep wrote: > > >> >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlev

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Olof Johansson
On Sep 26, 2009, at 1:13 AM, Dirk Behme wrote: > Olof Johansson wrote: >> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >> over tftp. >> Based on the omap3 evm code. I added a new highlevel define for Tobi >> to avoid having it dependent o

Re: [U-Boot] smc911x runtime detection (was: TI: OMAP3: Overo Tobi ethernet support)

2009-09-26 Thread Olof Johansson
On Sat, Sep 26, 2009 at 09:02:33AM -0700, Ben Warren wrote: > It is a good idea in principle, but just reading and expecting *something* > is a fatal flaw. I don't know about these ones in particular, but > memory-mapped chips often have ID registers that are RO and have > well-documented content

[U-Boot] [PATCH v3] TI: OMAP3: Overo Tobi ethernet support

2009-09-26 Thread Olof Johansson
d-off-by: Olof Johansson --- Changes since last version: * Incorporated auto-detect based on email discussion * Refactored some smc911x probe to deal with the above * Incorporated the GPIO library changes * Removed the TOBI-specific config option due to the new auto-probe Testing on non-Tobi ca

Re: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs

2009-09-27 Thread Olof Johansson
On Sun, Sep 27, 2009 at 10:33:58AM +0200, Dirk Behme wrote: > Olof Johansson wrote: >> Switch from space-based indentation to tab-based in mux configs, as pointed >> out by WD at: > > You have only two options here: Violate space/tab rule or 80 char rule. > We had this

Re: [U-Boot] [PATCH v3] TI: OMAP3: Overo Tobi ethernet support

2009-10-05 Thread Olof Johansson
On Oct 5, 2009, at 8:56 AM, Steve Sakoman wrote: > On Sat, Sep 26, 2009 at 2:14 PM, Olof Johansson > wrote: >> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >> over tftp. >> >> This also refactors the smc911x driver to allow for dete

Re: [U-Boot] [PATCH v3] TI: OMAP3: Overo Tobi ethernet support

2009-10-07 Thread Olof Johansson
On Thu, Oct 08, 2009 at 07:05:18AM +0200, Dirk Behme wrote: > Steve Sakoman wrote: >> On Wed, Oct 7, 2009 at 9:50 PM, Dirk Behme wrote: >>> Olof Johansson wrote: >>>> On Oct 5, 2009, at 8:56 AM, Steve Sakoman wrote: >>>> >>>>> On Sat, S

Re: [U-Boot] [PATCH v3] TI: OMAP3: Overo Tobi ethernet support

2009-10-08 Thread Olof Johansson
On Thu, Oct 08, 2009 at 10:08:08AM -0700, Ben Warren wrote: > Paulraj, Sandeep wrote: >>>> Most probably we need a Signed-off-by then ;) >>>> >>> Take your pick. Either a: >>> >>> Acked-by: Olof Johansson >>> >>> Or a

[U-Boot] Fwd: [ANNOUNCE] ARM kernel summit 2013, Oct 22-23

2013-08-02 Thread Olof Johansson
-- Forwarded message -- From: Olof Johansson Date: Mon, Jul 29, 2013 at 7:57 PM Subject: [ANNOUNCE] ARM kernel summit 2013, Oct 22-23 To: "linux-arm-ker...@lists.infradead.org" Cc: "linux-ker...@vger.kernel.org" , Grant Likely , Arnd Bergmann , Kevin

Re: [U-Boot] ACPI in general

2016-10-06 Thread Olof Johansson
On Thu, Oct 6, 2016 at 6:01 AM, Timur Tabi wrote: > Bin Meng wrote: >>> >>> >I believe that ACPI systems generally expect EFI runtime services to >>> >be present as well. I know ours does. >> >> This is not true. ACPI does not require any EFI runtime services. > > > Please re-read my sentence. I