From: Yu Ning <redacted>
Besides adding ACPI bindings to the goldfish battery driver, modify the
ACPI driver to inform it that goldfish battery is a platform device.
The latter step is necessary with kernel 3.16 or newer.
Signed-off-by: Yu Ning <redacted>
Signed-off-by: Jin Qian <redacted>
Signed-off-by: Alan <redacted>
---
drivers/power/goldfish_battery.c | 8 ++++++++
1 file changed, 8 insertions(+)
From: Sebastian Reichel <sre@kernel.org> Date: 2016-02-26 20:03:32
Hi Alan,
On Fri, Feb 26, 2016 at 06:45:50PM +0000, Alan wrote:
From: Yu Ning <redacted>
Besides adding ACPI bindings to the goldfish battery driver, modify the
ACPI driver to inform it that goldfish battery is a platform device.
The latter step is necessary with kernel 3.16 or newer.
I don't understand the second part of the commit message. The patch
only seems to add ACPI bindings to the goldfish battery driver. Did
you forget to add something?
-- Sebastian
On Fri, 2016-02-26 at 21:03 +0100, Sebastian Reichel wrote:
Hi Alan,
On Fri, Feb 26, 2016 at 06:45:50PM +0000, Alan wrote:
quoted
From: Yu Ning <redacted>
Besides adding ACPI bindings to the goldfish battery driver, modify
the
ACPI driver to inform it that goldfish battery is a platform
device.
The latter step is necessary with kernel 3.16 or newer.
I don't understand the second part of the commit message. The patch
only seems to add ACPI bindings to the goldfish battery driver. Did
you forget to add something?
No I forgot to trim the message. Will revise and resend
From: Sebastian Reichel <sre@kernel.org> Date: 2016-03-03 14:19:31
Hi,
On Fri, Feb 26, 2016 at 06:45:30PM +0000, Alan wrote:
Add device tree bindings to the Goldfish virtual platform battery drivers.
Signed-off-by: Greg Hackmann <redacted>
Signed-off-by: Jin Qian <redacted>
Signed-off-by: Alan Cox <redacted>