Re: [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers

From: Paul Bolle
Date: Mon Jan 12 2015 - 05:40:33 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/