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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Jan 2015 11:40:25 +0100
From:	Paul Bolle <pebolle@...cali.nl>
To:	Beomho Seo <beomho.seo@...sung.com>
Cc:	Valentin Rothberg <valentinrothberg@...il.com>,
	linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
	devicetree@...r.kernel.org, sre@...nel.org, lee.jone@...aro.org,
	broonie@...nel.org, dbaryshkov@...il.com, robh+dt@...nel.org,
	pawel.moll@....com, mark.rutland@....com,
	ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
	cw00.choi@...sung.com, inki.dae@...sung.com, sw0312.kim@...sung.com
Subject: Re: [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers

Beomho,

On Fri, 2015-01-09 at 17:45 +0900, Beomho Seo wrote:
> This patchset adds driver for Richtek rt5033 chip The chip contains
> switching charge mode Li-Ion/Li-Polymer battery charger, fuelgauge.
> Additionally, This includes document for device tree of RT5033 device.
> 
> RT5033 core driver is applied by Lee Jones.
> RT5033 regulator driver have been merged by Mark Brown. commit is below,
> 
> commit b1917578fd5d8efa67afa05a0d6d7e323f2802da
> 
> Changes in v2:
> - Revise binding documentation..
>  
> Beomho Seo (3):
>   power: rt5033_battery: Add RT5033 Fuel gauge device driver
>   power: rt5033_charger: Add RT5033 charger device driver
>   Documentation: Add documentation for rt5033 multifunction device
> 
>  Documentation/devicetree/bindings/mfd/rt5033.txt   |  101 ++++
>  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
>  drivers/power/Kconfig                              |   16 +
>  drivers/power/Makefile                             |    2 +
>  drivers/power/rt5033_battery.c                     |  177 +++++++
>  drivers/power/rt5033_charger.c                     |  485 ++++++++++++++++++++
>  6 files changed, 782 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/mfd/rt5033.txt
>  create mode 100644 drivers/power/rt5033_battery.c
>  create mode 100644 drivers/power/rt5033_charger.c

This series adds two drivers that depend on MFD_RT5033. But there's
currently no Kconfig symbol MFD_RT5033.

The regulator driver mentioned above is another driver that depends on
MFD_RT5033. It was included first in next-20141117. It is also included
in mainline since v3.19-rc1. That regulator driver has never been
buildable, even if one bypasses its dependency on MFD_RT5033. That is
because it includes two headers that are not yet part of the tree
(linux/mfd/rt5033.h and linux/mfd/rt5033-private.h).

When is the Kconfig symbol MFD_RT5033 expected to be included in the
tree?


Paul Bolle

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