linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] bockw SD pull-ups
@ 2015-10-05 14:55 Ulrich Hecht
  2015-10-16 14:39 ` Linus Walleij
  2015-10-16 15:04 ` Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Ulrich Hecht @ 2015-10-05 14:55 UTC (permalink / raw)
  To: linux-sh

Hi!

This series implements pull-up configuration in the r8a7778 PFC driver
and sets the SD0_WP and SD0_CD pull-ups on the Bock-W board correctly,
replacing the hack that is used in the legacy platforms.

This version returns from the bias methods without doing any I/O if a pin
is undefined; thanks to Laurent for pointing this out.  It also includes
the various Acks.

CU
Uli


Changes since v2:
- return from get_bias/set_bias without doing I/O if a pin is undefined
- added Acks etc.

Changes since v1:
- use bitfields for pull-up table
- WARN_ON_ONCE instead of BUG_ON on undefined pull-ups


Ulrich Hecht (3):
  pinctrl: sh-pfc: add macros defining GP ports with config flags
  pinctrl: sh-pfc: r8a7778: Add bias (pull-up) pinconf support
  ARM: shmobile: bockw dts: define sdhi0 pins with pull-ups

 arch/arm/boot/dts/r8a7778-bockw.dts  |  10 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c | 263 ++++++++++++++++++++++++++++++++---
 drivers/pinctrl/sh-pfc/sh_pfc.h      |  47 ++++---
 3 files changed, 274 insertions(+), 46 deletions(-)

-- 
2.6.0


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

end of thread, other threads:[~2015-10-16 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05 14:55 [PATCH v3 0/3] bockw SD pull-ups Ulrich Hecht
2015-10-16 14:39 ` Linus Walleij
2015-10-16 15:04 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).