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:	Tue, 10 Dec 2013 15:35:15 -0800
From:	Stephen Boyd <sboyd@...eaurora.org>
To:	Samuel Ortiz <sameo@...ux.intel.com>,
	Lee Jones <lee.jones@...aro.org>
Cc:	linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
	linux-arm-kernel@...ts.infradead.org,
	Mark Brown <broonie@...nel.org>
Subject: [PATCH 0/8] Modernize pm8921 with irqdomains + regmap

These patches lay the groundwork for converting the pm8921 code to 
devicetree as well as simplify the API by migrating the core code
to use the regmap API instead of the custom pm8xxx read/write wrapper.

Please note, I put the generic regmap change in this set of patches.
Hopefully Mark and Samuel/Lee can sort out how these patches should
merge.

Srinivas Ramana (1):
  regmap: Add support for using regmap over ssbi

Stephen Boyd (7):
  mfd: ssbi: Remove platform data structs and hide ssbi type enum
  mfd: ssbi: Constify buffer in ssbi_write
  mfd: ssbi: Mark match table const
  mfd: Move pm8xxx-irq.c contents into only driver that uses it
  mfd: pm8921: Update for genirq changes
  mfd: pm8921: Migrate to irqdomains
  mfd: pm8921: Use ssbi regmap

 drivers/base/regmap/Kconfig       |   5 +-
 drivers/base/regmap/Makefile      |   1 +
 drivers/base/regmap/regmap-ssbi.c | 103 ++++++++++
 drivers/mfd/Kconfig               |  12 +-
 drivers/mfd/pm8921-core.c         | 416 +++++++++++++++++++++++++++++++++-----
 drivers/mfd/pm8xxx-irq.c          | 371 ---------------------------------
 drivers/mfd/ssbi.c                |  16 +-
 include/linux/mfd/pm8xxx/irq.h    |  59 ------
 include/linux/mfd/pm8xxx/pm8921.h |  30 ---
 include/linux/regmap.h            |   4 +
 include/linux/ssbi.h              |  19 +-
 11 files changed, 486 insertions(+), 550 deletions(-)
 create mode 100644 drivers/base/regmap/regmap-ssbi.c
 delete mode 100644 drivers/mfd/pm8xxx-irq.c
 delete mode 100644 include/linux/mfd/pm8xxx/irq.h
 delete mode 100644 include/linux/mfd/pm8xxx/pm8921.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

--
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