Re: [PATCH -next 01/13] hwrng: atmel - use devm_platform_ioremap_resource() to simplify code

2019-10-17 Thread Ludovic Desroches
On Wed, Oct 16, 2019 at 06:46:09PM +0800, YueHaibing wrote: > External E-Mail > > > Use devm_platform_ioremap_resource() to simplify the code a bit. > This is detected by coccinelle. > > Signed-off-by: YueHaibing Acked-by: Ludovic Desroches Thanks > --- > d

Re: [PATCH] hwrng: Use device-managed registration API

2019-07-31 Thread Ludovic Desroches
ers/char/hw_random/atmel-rng.c | 3 +-- Acked-by: Ludovic Desroches Thanks > drivers/char/hw_random/cavium-rng-vf.c | 11 +-- > drivers/char/hw_random/exynos-trng.c | 3 +-- > drivers/char/hw_random/n2-drv.c| 4 +--- > drivers/char/hw_random/nomadik-rng.c |

Re: [PATCH] i2c: don't print error when adding adapter fails

2016-08-09 Thread Ludovic Desroches
On Tue, Aug 09, 2016 at 01:36:17PM +0200, Wolfram Sang wrote: > The core will do this for us now. > > Signed-off-by: Wolfram Sang > --- [...] > drivers/i2c/busses/i2c-at91.c | 2 -- Acked-by: Ludovic Desroches [...] > diff --git a/drivers/i2c/busses/i2c-at

Re: [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

2015-03-10 Thread Ludovic Desroches
Hi Wolfram, You can add my Acked-by and Tested-By: Ludovic Desroches Tested on sama5d3, some problems with at24 eeprom on sama5d4 but it doesn't come from the i2c quirks patch series. Regards Ludovic On Sun, Mar 08, 2015 at 09:28:45AM +0100, Wolfram Sang wrote: > On Wed, Feb 25, 20

Re: [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

2015-03-09 Thread Ludovic Desroches
Hi Wolfram, On Sun, Mar 08, 2015 at 09:28:45AM +0100, Wolfram Sang wrote: > On Wed, Feb 25, 2015 at 05:01:54PM +0100, Wolfram Sang wrote: > > From: Wolfram Sang > > > > Signed-off-by: Wolfram Sang > > Hi Ludovic, > > if you have a few minutes, could you please test this series? I'd like to >

Re: [RFC 02/11] i2c: add quirk checks to core

2015-01-12 Thread Ludovic Desroches
Hi Wolfram, On Fri, Jan 09, 2015 at 06:21:32PM +0100, Wolfram Sang wrote: > Let the core do the checks if HW quirks prevent a transfer. Saves code > from drivers and adds consistency. > > Signed-off-by: Wolfram Sang > --- > drivers/i2c/i2c-core.c | 53 >

Re: Using GPIO

2008-06-06 Thread Ludovic Desroches
it's OK. Do you have any idea ? Thanks Ludovic Desroches > arch/ppc/syslib/virtex_devices.c: > > >* // 0 is LEDS_4BIT, 1 is LEDS_POSITIONS, 2 is PUSH_BUTTONS_POSITION > *>* #define XPAR_GPIO(num) { \ > *>*.name = "xilinx_gpio", \ > *>*.id = num, \ &