Re: [PATCH] nvmem: Port RAVE SP EEPROM driver from Linux kernel

2018-06-21 Thread Sascha Hauer
On Mon, Jun 18, 2018 at 10:45:49PM -0700, Andrey Smirnov wrote: > This is a minimal port of a kernel commit 3b51f47be171 ("nvmem: Add > RAVE SP EEPROM driver"). All of the changes were kept to a minimum and > limited to impedance matching between Barebox/Linux driver API. > > Signed-off-by:

Re: [PATCH] video: Port RAVE SP backlight driver from Linux kernel

2018-06-21 Thread Sascha Hauer
On Mon, Jun 18, 2018 at 10:46:09PM -0700, Andrey Smirnov wrote: > This is a minimal port of a kernel commit 6552d3141064 ("backlight: > Add RAVE SP backlight driver"). All of the changes were kept to a > minimum and limited to impedance matching between Barebox/Linux driver > API. > >

[PATCH v2 1/2] MIPS: dts: drop skeleton.dtsi

2018-06-21 Thread Antony Pavlov
Based on feedback from Sascha: http://lists.infradead.org/pipermail/barebox/2018-April/032694.html " skeleton.dtsi should no longer be used " Several reasons to remove skeleton.dtsi are explained in the linux commit 3ebee5a2e141 ("arm64: dts: kill skeleton.dtsi"). Signed-off-by:

[PATCH v2 2/2] MIPS: dts: fix dtc unit_address_vs_reg warning

2018-06-21 Thread Antony Pavlov
Unit number is added to the /memory nodes to fix this dtc warning: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name Signed-off-by: Antony Pavlov --- arch/mips/dts/dlink-dir-320.dts | 2 +- arch/mips/dts/img-ci20.dts | 2 +-

[PATCH v2 0/2] MIPS: dts: drop skeleton.dtsi

2018-06-21 Thread Antony Pavlov
Changes since v1 patchseries: * add `device_type = "memory";` to the memory node; * split patch. Antony Pavlov (2): MIPS: dts: drop skeleton.dtsi MIPS: dts: fix dtc unit_address_vs_reg warning arch/mips/dts/dlink-dir-320.dts | 8 +--- arch/mips/dts/img-ci20.dts | 2 +-

Re: [PATCH] ARM: i.MX: rdu2: Make use of imx_setup_pad()

2018-06-21 Thread Sascha Hauer
On Tue, Jun 19, 2018 at 06:21:54PM -0700, Andrey Smirnov wrote: > While at it, also remove pinux configuration for RX pin (completely > unused) and fix strange setup_uart()'s indentation. > > Signed-off-by: Andrey Smirnov > --- > arch/arm/boards/zii-imx6q-rdu2/lowlevel.c | 10 +++--- > 1

Re: [PATCH v2] video: backlight: add slew time parameter

2018-06-21 Thread Sascha Hauer
On Wed, Jun 20, 2018 at 11:47:49AM +0200, Lucas Stach wrote: > Currently the backlight implementation stretches a brightness change over > a period of 100ms. While this is a fine default for PWM backlights, a user > might wish to change this slew time to meet other constraints or even > completely

Re: [PATCH] ARM: i.MX: babbage: Make use of imx_setup_pad()

2018-06-21 Thread Sascha Hauer
On Tue, Jun 19, 2018 at 05:55:01PM -0700, Andrey Smirnov wrote: > Signed-off-by: Andrey Smirnov > --- > arch/arm/boards/freescale-mx51-babbage/lowlevel.c | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) Applied, thanks Sascha > > diff --git