Message ID | CACRpkdYjEmQRU530N3sP7t_RfM_NLhEcMf6YCBdf4LC7M7fQDQ@mail.gmail.com |
---|---|
State | New |
Headers | show |
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
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
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
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?
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