lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  9 Feb 2012 20:00:50 +0100
From:	Linus Walleij <linus.walleij@...aro.org>
To:	linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Cc:	Stephen Warren <swarren@...dia.com>,
	Shawn Guo <shawn.guo@...escale.com>,
	Thomas Abraham <thomas.abraham@...aro.org>,
	Dong Aisheng <dong.aisheng@...aro.org>,
	Rajendra Nayak <rajendra.nayak@...aro.org>,
	Haojian Zhuang <haojian.zhuang@...vell.com>,
	Barry Song <21cnbao@...il.com>,
	Tony Lindgren <tony@...mide.com>,
	Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH 0/3] pinctrl: move the core per-device handlers to core

After discussing with some people involved with pin control, we agreed
that it will just cause trouble to have separate handles for pin muxing
and pin configuration in callers - they will definately want to set all
pin aspects regarding muxing and other configuration with one single
call.

These three patches take the first step in this transformation by moving
the per-device handles over to core code, and renaming all related
functions with the pinctrl_* prefix.

Linus Walleij (3):
  pinctrl: break out a pinctrl consumer header
  pinctrl: move generic functions to the pinctrl_ namespace
  pinctrl: factor pin control handles over to the core

 Documentation/pinctrl.txt        |  124 ++++---
 arch/arm/mach-u300/core.c        |   24 +-
 drivers/pinctrl/core.c           |  602 +++++++++++++++++++++++++++++++-
 drivers/pinctrl/core.h           |   34 ++-
 drivers/pinctrl/pinctrl-coh901.c |    6 +-
 drivers/pinctrl/pinmux.c         |  732 ++++++--------------------------------
 drivers/pinctrl/pinmux.h         |   67 ++++-
 include/linux/pinctrl/consumer.h |  118 ++++++
 include/linux/pinctrl/machine.h  |    8 +-
 include/linux/pinctrl/pinconf.h  |   39 --
 include/linux/pinctrl/pinmux.h   |   52 ---
 11 files changed, 991 insertions(+), 815 deletions(-)
 create mode 100644 include/linux/pinctrl/consumer.h

-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ