Re: [PATCH 1/7] [media] dvb: use ktime_t for internal timeout

2015-09-15 Thread Andreas Oberritter
Hello Arnd, On 15.09.2015 17:49, Arnd Bergmann wrote: > The dvb demuxer code uses a 'struct timespec' to pass a timeout > as absolute time. This will cause problems on 32-bit architectures > in 2038 when time_t overflows, and it is racy with a concurrent > settimeofday() call. > > This patch chan

Re: [PATCHv2 1/3] phy: Add exynos-simple-phy driver

2014-04-09 Thread Andreas Oberritter
Hello Andrzej, On 09.04.2014 10:37, Andrzej Hajda wrote: >> +static int exynos_phy_probe(struct platform_device *pdev) >> +{ >> +const struct of_device_id *of_id = of_match_device( >> +of_match_ptr(exynos_phy_of_match), &pdev->dev); >> +const u32 *offsets = of_id->data; >> +

Re: [PATCH] possible bug in i2c-algo-bit's inb function

2005-02-27 Thread Andreas Oberritter
On Sun, 2005-02-27 at 19:52 +0100, Jean Delvare wrote: > > Here's my I2C code: > > (...) > > Looks sane. > > > The bus master is a so called Pluto2 by SCM (part of a DVB-T card sold > > by Satelco). If this is a hardware bug, is it possible to add a flag > > to struct i2c_algo_bit_data to workaro

Re: [PATCH] possible bug in i2c-algo-bit's inb function

2005-02-27 Thread Andreas Oberritter
Hi Jean, On Sun, 2005-02-27 at 10:35 +0100, Jean Delvare wrote: > > while writing a driver for a cardbus card which is supposed to use the > > bit-banging algorithm I noticed that communication with the I2C slave > > (Philips TDA10046) would fail without this patch. It forces SDA to > > high for e

[PATCH] possible bug in i2c-algo-bit's inb function

2005-02-26 Thread Andreas Oberritter
mainline kernel or will this break other drivers? I am using Kernel version 2.6.10. Signed-off-by: Andreas Oberritter <[EMAIL PROTECTED]> --- linux-2.6/drivers/i2c/algos/i2c-algo-bit.c.orig 2005-02-27 04:39:33.663444536 +0100 +++ linux-2.6/drivers/i2c/algos/i2c-algo-bit.c 2005-02-27

Re: DVB at76c651.c driver seems to be dead code

2005-02-11 Thread Andreas Oberritter
On Fri, 2005-02-11 at 10:49 +0100, Adrian Bunk wrote: > If I understand it correctly, there are several drivers that only make > sense if they are used together. at76c651.c alone makes zero sense? > This means it would be highly appreciated to have all parts inside the > kernel at some time in th

Re: [linux-dvb-maintainer] DVB at76c651.c driver seems to be dead code

2005-02-11 Thread Andreas Oberritter
On Fri, 2005-02-11 at 10:36 +0100, Holger Waechtler wrote: > Adrian Bunk wrote: > > >I didn't find any way how the drivers/media/dvb/frontends/at76c651.c > >driver would do anything inside kernel 2.6.11-rc3-mm2. All it does is to > >EXPORT_SYMBOL a function at76c651_attach that isn't used anywhe