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:	Mon, 29 Jul 2013 19:00:41 +0200
From:	Philipp Zabel <p.zabel@...gutronix.de>
To:	linux-kernel@...r.kernel.org
Cc:	Mark Brown <broonie@...nel.org>,
	Samuel Ortiz <sameo@...ux.intel.com>,
	Lee Jones <lee.jones@...aro.org>,
	Krystian Garbaciak <krystian.garbaciak@...semi.com>
Subject: [PATCH v3 0/6] Add Dialog DA9063 core and regulator drivers

Hi,

here is the third round of the DA9063 mfd core and regulator patches, with the
following changes since v2:
 - Split DA9063 core driver patch into three more digestible parts
   (register definitions, core mfd/i2c driver, regmap irqchip support)
 - Removed 32k clock output from the regulator driver
 - Added device tree binding documentation
 - Added 32k clock output to mfd driver using clock API

The regmap irq patch depends on regmap changes available at

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-irq-ack-mask

regards
Philipp

 .../devicetree/bindings/mfd/da9063-i2c.txt         |   68 ++
 drivers/mfd/Kconfig                                |   12 +
 drivers/mfd/Makefile                               |    3 +
 drivers/mfd/da9063-core.c                          |  261 +++++
 drivers/mfd/da9063-i2c.c                           |  182 ++++
 drivers/mfd/da9063-irq.c                           |  193 ++++
 drivers/regulator/Kconfig                          |   10 +
 drivers/regulator/Makefile                         |    1 +
 drivers/regulator/da9063-regulator.c               |  941 ++++++++++++++++++
 include/linux/mfd/da9063/core.h                    |   93 ++
 include/linux/mfd/da9063/pdata.h                   |  111 +++
 include/linux/mfd/da9063/registers.h               | 1028 ++++++++++++++++++++
 12 files changed, 2903 insertions(+)


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