All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Ux500 pin changes
@ 2012-11-08  8:28 Linus Walleij
  2012-11-12 21:37 ` Arnd Bergmann
  2012-11-12 22:35 ` Arnd Bergmann
  0 siblings, 2 replies; 6+ messages in thread
From: Linus Walleij @ 2012-11-08  8:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC guys,

here is a set of pinctrl table patches all just hitting one and the same ux500
file. Description in the signed tag, intended for v3.8.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
tags/ux500-pins-for-arm-soc

for you to fetch changes up to d792aebfa2daeb58ac6a669ce328ad05e9e4112c:

  ARM: ux500: fixup magnetometer pins (2012-11-06 11:10:55 +0100)

----------------------------------------------------------------
Ux500 pinctrl table update for v3.8, basically accumulated
updates to pin muxing and biasing from internal deployment
and regression testing for power performance.

----------------------------------------------------------------
Jean-Nicolas Graux (1):
      ARM: ux500: add STM pin configuration

Jorgen Jonsson (1):
      ARM: ux500: fixup magnetometer pins

Linus Walleij (1):
      ARM: ux500: delete duplicate macro

Patrice Chotard (6):
      ARM: ux500: 8500: register LCD VSI pinctrl table
      ARM: ux500: 8500: add IDLE pin configuration for SPI
      ARM: ux500: 8500: update SKE keypad pinctrl table
      ARM: ux500: 8500: define SDI sleep states
      ARM: ux500: cosmetic fixups for uart0
      ARM: ux500: 8500: add pinctrl support for uart1 and uart2

 arch/arm/mach-ux500/board-mop500-pins.c | 427 +++++++++++++++++++++++++++-----
 1 file changed, 362 insertions(+), 65 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Ux500 pin changes
  2012-11-08  8:28 [GIT PULL] Ux500 pin changes Linus Walleij
@ 2012-11-12 21:37 ` Arnd Bergmann
  2012-11-12 22:35 ` Arnd Bergmann
  1 sibling, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-11-12 21:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 08 November 2012, Linus Walleij wrote:
> Hi ARM SoC guys,
> 
> here is a set of pinctrl table patches all just hitting one and the same ux500
> file. Description in the signed tag, intended for v3.8.
> 
> Please pull them in!

Pulled into next/drivers. Thanks,

	Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Ux500 pin changes
  2012-11-08  8:28 [GIT PULL] Ux500 pin changes Linus Walleij
  2012-11-12 21:37 ` Arnd Bergmann
@ 2012-11-12 22:35 ` Arnd Bergmann
  2012-11-15 10:49   ` Linus Walleij
  1 sibling, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2012-11-12 22:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 08 November 2012, Linus Walleij wrote:
-----------------------------------------------------
> Jean-Nicolas Graux (1):
>       ARM: ux500: add STM pin configuration
> 
> Jorgen Jonsson (1):
>       ARM: ux500: fixup magnetometer pins
> 
> Linus Walleij (1):
>       ARM: ux500: delete duplicate macro
> 
> Patrice Chotard (6):
>       ARM: ux500: 8500: register LCD VSI pinctrl table
>       ARM: ux500: 8500: add IDLE pin configuration for SPI
>       ARM: ux500: 8500: update SKE keypad pinctrl table
>       ARM: ux500: 8500: define SDI sleep states
>       ARM: ux500: cosmetic fixups for uart0
>       ARM: ux500: 8500: add pinctrl support for uart1 and uart2
> 
>  arch/arm/mach-ux500/board-mop500-pins.c | 427 +++++++++++++++++++++++++++-----
>  1 file changed, 362 insertions(+), 65 deletions(-)
> 

u8500_defconfig now gives me two new errors in arm-soc/for-next when building with
-Werror:

arch/arm/mach-ux500/board-mop500-pins.c:73:22: error: 'out_hi_wkup_pdis' defined but not used [-Werror=unused-variable]

and the existing:

ERROR (phandle_references): Reference to non-existent node or label "tc3589x_gpio"

Can you provide patches to fix these up?

	arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Ux500 pin changes
  2012-11-12 22:35 ` Arnd Bergmann
@ 2012-11-15 10:49   ` Linus Walleij
  2012-11-15 11:20     ` Lee Jones
  0 siblings, 1 reply; 6+ messages in thread
From: Linus Walleij @ 2012-11-15 10:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Nov 12, 2012 at 11:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:

> u8500_defconfig now gives me two new errors in arm-soc/for-next when building with
> -Werror:
>
> arch/arm/mach-ux500/board-mop500-pins.c:73:22: error: 'out_hi_wkup_pdis' defined but not used [-Werror=unused-variable]

I've sent a fix for this, could you apply that patch directly to the
drivers branch?

> and the existing:
>
> ERROR (phandle_references): Reference to non-existent node or label "tc3589x_gpio"
>
> Can you provide patches to fix these up?

What on earth is that? Lee, do you know how to fix this one up, I shamelessly
assume it to be related to commit:
commit 3113e679021a3a6bace1c62a8432cc0ec27c09ab
"gpio: Enable the tc3298x GPIO expander driver for Device Tree"

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Ux500 pin changes
  2012-11-15 10:49   ` Linus Walleij
@ 2012-11-15 11:20     ` Lee Jones
  2012-11-15 11:48       ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Jones @ 2012-11-15 11:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 15 Nov 2012, Linus Walleij wrote:

> On Mon, Nov 12, 2012 at 11:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> 
> > u8500_defconfig now gives me two new errors in arm-soc/for-next when building with
> > -Werror:
> >
> > arch/arm/mach-ux500/board-mop500-pins.c:73:22: error: 'out_hi_wkup_pdis' defined but not used [-Werror=unused-variable]
> 
> I've sent a fix for this, could you apply that patch directly to the
> drivers branch?
> 
> > and the existing:
> >
> > ERROR (phandle_references): Reference to non-existent node or label "tc3589x_gpio"
> >
> > Can you provide patches to fix these up?
> 
> What on earth is that? Lee, do you know how to fix this one up, I shamelessly
> assume it to be related to commit:
> commit 3113e679021a3a6bace1c62a8432cc0ec27c09ab
> "gpio: Enable the tc3298x GPIO expander driver for Device Tree"

I haven't seen this error.

Which kernel is this? How do I reproduce?

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] Ux500 pin changes
  2012-11-15 11:20     ` Lee Jones
@ 2012-11-15 11:48       ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2012-11-15 11:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 15 November 2012, Lee Jones wrote:
> On Thu, 15 Nov 2012, Linus Walleij wrote:
> 
> > On Mon, Nov 12, 2012 at 11:35 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > 
> > > u8500_defconfig now gives me two new errors in arm-soc/for-next when building with
> > > -Werror:
> > >
> > > arch/arm/mach-ux500/board-mop500-pins.c:73:22: error: 'out_hi_wkup_pdis' defined but not used [-Werror=unused-variable]
> > 
> > I've sent a fix for this, could you apply that patch directly to the
> > drivers branch?
> > 
> > > and the existing:
> > >
> > > ERROR (phandle_references): Reference to non-existent node or label "tc3589x_gpio"
> > >
> > > Can you provide patches to fix these up?
> > 
> > What on earth is that? Lee, do you know how to fix this one up, I shamelessly
> > assume it to be related to commit:
> > commit 3113e679021a3a6bace1c62a8432cc0ec27c09ab
> > "gpio: Enable the tc3298x GPIO expander driver for Device Tree"
> 
> I haven't seen this error.
> 
> Which kernel is this? How do I reproduce?
> 

It's currently in arm-soc/for-next. Reproduce with "make u8500_defconfig && make".
I haven't bisected the problem, but it's obvious that some dts files reference
the "tc3589x_gpio" file that is not defined anywhere.

	Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-15 11:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-08  8:28 [GIT PULL] Ux500 pin changes Linus Walleij
2012-11-12 21:37 ` Arnd Bergmann
2012-11-12 22:35 ` Arnd Bergmann
2012-11-15 10:49   ` Linus Walleij
2012-11-15 11:20     ` Lee Jones
2012-11-15 11:48       ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.