[PATCH] drivers: power: axp20x-battery: support setting charge_full_design

2020-07-29 Thread Jack Mitchell
Signed-off-by: Jack Mitchell --- drivers/power/supply/axp20x_battery.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/drivers/power/supply/axp20x_battery.c b/drivers/power/supply/axp20x_battery.c index fe96f77bffa7..8ce4ebe7ccd5 100644 --- a/drivers/power

Re: next/master boot bisection: next-20190514 on rk3288-veyron-jaq

2019-05-17 Thread Jack Mitchell
On 16/05/2019 22:38, Doug Anderson wrote: > Hi, > > From: kernelci.org bot > Date: Tue, May 14, 2019 at 9:06 AM > To: , , > , , > , , > , Elaine Zhang, Eduardo Valentin, Daniel > Lezcano > Cc: Heiko Stuebner, , > , , > Zhang Rui, > >> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Re: [PATCH v4 0/8] adv7180 subdev fixes, v4

2016-09-19 Thread Jack Mitchell
On 03/08/16 19:03, Steve Longerbeam wrote: Steve Longerbeam (8): media: adv7180: fix field type media: adv7180: define more registers media: adv7180: add support for NEWAVMODE media: adv7180: add power pin control media: adv7180: implement g_parm media: adv7180: change mbus format

Re: [PATCH v4 0/8] adv7180 subdev fixes, v4

2016-09-19 Thread Jack Mitchell
On 03/08/16 19:03, Steve Longerbeam wrote: Steve Longerbeam (8): media: adv7180: fix field type media: adv7180: define more registers media: adv7180: add support for NEWAVMODE media: adv7180: add power pin control media: adv7180: implement g_parm media: adv7180: change mbus format

[PATCH RESEND] ARM: dts: add BeagleBone Audio Cape (Rev A) dtsi

2014-02-05 Thread Jack Mitchell
From: Jack Mitchell Devicetree include file for setting up the am335x mcasp bus, i2c-2 bus, and audio codec required for a functioning BeagleBone Audio Cape. Signed-off-by: Jack Mitchell Signed-off-by: Matt Porter --- arch/arm/boot/dts/am335x-bone-audio-cape-reva.dtsi | 124

[PATCH RESEND] ARM: dts: add BeagleBone Audio Cape (Rev A) dtsi

2014-02-05 Thread Jack Mitchell
From: Jack Mitchell j...@embed.me.uk Devicetree include file for setting up the am335x mcasp bus, i2c-2 bus, and audio codec required for a functioning BeagleBone Audio Cape. Signed-off-by: Jack Mitchell j...@embed.me.uk Signed-off-by: Matt Porter mpor...@linaro.org --- arch/arm/boot/dts/am335x

[PATCH] ARM: dts: add BeagleBone Audio Cape (Rev A) dtsi

2014-01-22 Thread Jack Mitchell
From: Jack Mitchell Devicetree include file for setting up the am335x mcasp bus, i2c-2 bus, and audio codec required for a functioning BeagleBone Audio Cape. Signed-off-by: Jack Mitchell Signed-off-by: Matt Porter --- arch/arm/boot/dts/am335x-bone-audio-cape-reva.dtsi | 124

[PATCH] ARM: dts: add BeagleBone Audio Cape (Rev A) dtsi

2014-01-22 Thread Jack Mitchell
From: Jack Mitchell j...@embed.me.uk Devicetree include file for setting up the am335x mcasp bus, i2c-2 bus, and audio codec required for a functioning BeagleBone Audio Cape. Signed-off-by: Jack Mitchell j...@embed.me.uk Signed-off-by: Matt Porter mpor...@linaro.org --- arch/arm/boot/dts/am335x

[PATCH] libtraceevent: remove hard coded include to /usr/local/include in Makefile

2013-03-08 Thread Jack Mitchell
From: Jack Mitchell having /usr/local/include hardcoded into the makefile is not necessary as this is automatically included by GCC. It also infects cross-compile builds with the host systems includes. Signed-off-by: Jack Mitchell --- tools/lib/traceevent/Makefile | 2 +- 1 file changed, 1

[PATCH] libtraceevent: remove hard coded include to /usr/local/include in Makefile

2013-03-08 Thread Jack Mitchell
From: Jack Mitchell jack.mitch...@dbbroadcast.co.uk having /usr/local/include hardcoded into the makefile is not necessary as this is automatically included by GCC. It also infects cross-compile builds with the host systems includes. Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk