From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Thu, 12 Mar 2015 10:09:12 +0000 Subject: [PATCH v3 0/4] pinctrl: sh-pfc: cleanups Message-Id: <1426154956-26583-1-git-send-email-geert+renesas@glider.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Walleij Cc: Laurent Pinchart , linux-sh@vger.kernel.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Hi Linus, This patch series does some code (type) cleanups. - Patch 1 changes the types used for storing register and field widths in the pinctrl data tables, shrinking them by an average of ca. 4 KiB per SoC, - Patches 3, 4, and 5 do some more cleanups w.r.t. the choice of types. This series is against pinctrl/for-next. Boot-tested on r8a73a4/ape6evm, r8a7740/armadillo, r8a7791/koelsch, and sh73a0/kzm9g. Thanks for applying! Geert Uytterhoeven (4): pinctrl: sh-pfc: Store register/field widths in u8 instead of unsigned long pinctrl: sh-pfc: Use unsigned int for register/field widths and offsets pinctrl: sh-pfc: Use reg_width instead of reg as sentinel pinctrl: sh-pfc: Use u32 to store register addresses drivers/pinctrl/sh-pfc/core.c | 65 ++++++++++++++++++++--------------------- drivers/pinctrl/sh-pfc/core.h | 4 +-- drivers/pinctrl/sh-pfc/gpio.c | 18 +++++++----- drivers/pinctrl/sh-pfc/sh_pfc.h | 12 ++++---- 4 files changed, 52 insertions(+), 47 deletions(-) -- 1.9.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds