Message ID | CACRpkdbFs=pX+Yc8EzgVyi-k5HypkHO9jMGMU+VkYfRYyinDSA@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Tue, Jun 04, 2013 at 02:25:39PM +0200, Linus Walleij wrote: > Hi ARM SoC folks, > > this is the ux500 pin control changes for v3.11. See the signed > tag for details. > > The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b: > > Linux 3.10-rc3 (2013-05-26 16:00:47 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git > tags/ux500-pinctrl-for-arm-soc > > for you to fetch changes up to 8258b187c2ba91ba1ff276fd0413f5b655824247: > > ARM: ux500: add ABx500 pinctrl tables (2013-05-31 16:30:38 +0200) > > ---------------------------------------------------------------- > Ux500 pinctrl changes: > - Updates to MSP pinctrl entry for ALSA SoC > - ABx500 pinctrl tables > > ---------------------------------------------------------------- > Fabio Baltieri (1): > ARM: ux500: update MSP1 pinctrl defintions > > Patrice Chotard (1): > ARM: ux500: add ABx500 pinctrl tables > > arch/arm/mach-ux500/board-mop500-pins.c | 279 ++++++++++++++++++++++++++++++-- > 1 file changed, 268 insertions(+), 11 deletions(-) Pulled. -Olof
On Sat, Jun 15, 2013 at 2:20 AM, Olof Johansson <olof@lixom.net> wrote: > On Fri, Jun 14, 2013 at 05:02:15PM -0700, Olof Johansson wrote: >> On Tue, Jun 04, 2013 at 02:25:39PM +0200, Linus Walleij wrote: >> > ---------------------------------------------------------------- >> > Ux500 pinctrl changes: >> > - Updates to MSP pinctrl entry for ALSA SoC >> > - ABx500 pinctrl tables >> > >> > ---------------------------------------------------------------- >> Pulled. > > Hmm. u8500_defconfig: > > arch/arm/mach-ux500/board-mop500-pins.c:51:6: warning: 'slpm_in_nopull_wkup' defined but not used [-Wunused-variable] > arch/arm/mach-ux500/board-mop500-pins.c:63:6: warning: 'slpm_out_lo_wkup' defined but not used [-Wunused-variable] I wonder if that warning was not there before this patch set as well? Oh well, we shouldn't have them... > I've checked in the following on top: > > > From e1e16a4e7696add0c444a1f8766f6269d219a72b Mon Sep 17 00:00:00 2001 > From: Olof Johansson <olof@lixom.net> > Date: Fri, 14 Jun 2013 17:15:12 -0700 > Subject: [PATCH] ARM: ux500: board-mop500: remove unused pin modes > > Removes the following warnings: > > arch/arm/mach-ux500/board-mop500-pins.c:51:6: warning: 'slpm_in_nopull_wkup' defined but not used [-Wunused-variable] > arch/arm/mach-ux500/board-mop500-pins.c:63:6: warning: 'slpm_out_lo_wkup' defined but not used [-Wunused-variable] > > Signed-off-by: Olof Johansson <olof@lixom.net> > Cc: Linus Walleij <linux.walleij@linaro.org> Thanks. Acked-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij