Hi Lee, On Sun, Sep 16, 2018 at 01:12:54PM +0200, Sebastian Reichel wrote: > Hi, > > On Fri, Aug 10, 2018 at 03:13:46PM +0200, Fabien Parent wrote: > > Dear all, > > > > This patch series adds support for an optional dedicated port > > to the ChromeOS power supply driver and adds a new property that expose > > when a power supply is connected. The series was tested on ChromeOS "Fizz" > > hardware. > > > > This patch series depends on the following patch serie which adds > > the ChromeOS power supply driver: > > * https://lkml.org/lkml/2018/5/2/585 [PATCH v4 0/3] mfd/power: cros_ec: add > > support for USBPD charger driver > > > > The ChromeOS power supply driver also depends on the following patches to be > > applied: > > * https://lkml.org/lkml/2018/4/23/602 ([PATCH v8 0/6] typec: tcpm: Add > > sink side support for PPS) > > * https://lkml.org/lkml/2018/4/18/229 ([RESEND PATCH v5 4/7] mfd: > > cros_ec_dev: Register cros-ec-rtc driver as a subdevice.) > > > > Best Regards, > > Fabien > > > > V2: > > * Rebased to fixed apply issue with patch #2 > > > > Fabien Parent (3): > > mfd: cros: add charger port count command definition > > power: supply: cros: add support for dedicated port > > power: supply: cros: add property to detect connected ports > > I prepared an immutable branch for patch 1+2 and merged it into > power-supply-next. I will push out the branch and send a pull > request for the immutable branch to Lee later (once I have Internet > connection). The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git/ tags/psy-mfd-cros-immutable-for-v4.20-signed for you to fetch changes up to 3af15cfacd1eef7f223802d49a88cae23c509183: power: supply: cros: add support for dedicated port (2018-09-16 12:55:25 +0200) ---------------------------------------------------------------- Immutable branch for mfd and power-supply for v4.20 Immutable branch between mfd and power-supply for driver changes in CROS USBPD charger driver. Signed-off-by: Sebastian Reichel ---------------------------------------------------------------- Fabien Parent (2): mfd: cros: add charger port count command definition power: supply: cros: add support for dedicated port drivers/power/supply/cros_usbpd-charger.c | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------- include/linux/mfd/cros_ec_commands.h | 10 ++++++++++ 2 files changed, 111 insertions(+), 14 deletions(-) -- Sebastian