login
Header Space

 
 

Mailing list archives

Search results

Found 1018 matching messages (0.057 seconds). Page 1 of 50.

Re: [patch 2.6.20-rc3 1/3] rtc-cmos driver

... able to claim the RTC irq) include: > > Hi David, > > good code and well commented, thank you. ... ); +} +module_exit(cmos_exit); + + +#endif /* !PNPACPI */ + +MODULE_AUTHOR("David Brownell"); +MODULE_DESCRIPTION("'CMOS' RTC driver: PCs, ...

linux-kernel - David Brownell - Jan 5 2007 - 23:10

Re: [patch/rfc 2/4] pcf857x I2C GPIO expander driver

... , and pca967x I2C GPIO expanders + * + * Copyright (C) 2007 David Brownell + * + * This program is free software; you can ... ); +} +module_exit(pcf857x_exit); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("David Brownell"); --- /dev/null 1970-01-01 00:00: ...

linux-kernel - David Brownell - Dec 5 2007 - 23:03

[patch 2.6.24-rc4-mm 5/6] gpiolib: pcf857x i2c expander driver

... , and pca967x I2C GPIO expanders + * + * Copyright (C) 2007 David Brownell + * + * This program is free software; you can ... ); +} +module_exit(pcf857x_exit); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("David Brownell"); --- /dev/null 1970-01-01 00:00: ...

linux-kernel - David Brownell - Dec 10 2007 - 00:40

[patch 2.6.24-rc6-mm 6/9] gpiolib: pcf857x i2c gpio expander support

... pca967x I2C GPIO expanders + * + * Copyright (C) 2007 David Brownell + * + * This program is free software; you ... ; +} +module_exit(pcf857x_exit); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("David Brownell"); --- /dev/null +++ at91/include/linux/i2c ...

linux-kernel - David Brownell - Dec 28 2007 - 23:58

Re: [patch 2.6.24-rc6-mm 6/9] gpiolib: pcf857x i2c gpio expander support

... , and pca967x I2C GPIO expanders + * + * Copyright (C) 2007 David Brownell + * + * This program is free software; you can ... ); +} +module_exit(pcf857x_exit); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("David Brownell"); --- /dev/null 1970-01-01 00:00: ...

linux-kernel - David Brownell - Jan 5 2008 - 16:13

Re: [patch 2.6.24-git] rtc: avoid legacy drivers with generic framework

On Sunday 10 February 2008, David Brownell wrote: > Kconfig tweaks to help ... (or need) to. > > Signed-off-by: David Brownell > ... either/or choice. Signed-off-by: David Brownell --- ...

linux-kernel - David Brownell - Mar 8 2008 - 15:19

Re: [PATCH] Make gpiochip label const

... .kernel.org > Cc: Dmitry Baryshkov , > David Brownell > Subject: [PATCH] ... -off-by: Dmitry Baryshkov > Cc: David Brownell Acked-By: David ...

linux-kernel - David Brownell - Aug 12 2008 - 18:06

Re: [patch/rfc 1/4] GPIO implementation framework

... 12 November 2007, eric miao wrote: > Hi David, > > I hope I was not late giving ... 6, 2007 5:05 AM, David Brownell <david-b@pacbell.net> wrote: > > On Monday 29 October 2007, David Brownell wrote: > > > > > > Provides new implementation infrastructure ...

linux-kernel - David Brownell - Nov 13 2007 - 15:06

Re: [patch 2.6.21-rc5 1/3] parport->dev driver model support

... , 26 Mar 2007 09:06:19 -0700 > David Brownell <david-b@pacbell.net> wrote: > > > ... PCI-only support in parport_pc. > > > > Signed-off-by: David Brownell > > --- > > NOTE this depends on an earlier patch to make pnp ...

linux-kernel - David Brownell - Mar 26 2007 - 18:25

Re: [PATCH] different values for OHCI_QUIRK_ZFMICRO

... Dunlap wrote: > On Thu, 29 Mar 2007 15:24:00 -0700 David Brownell wrote: > > > On Thursday 29 March ... 2007 at 06:36:10AM -0800, David Brownell wrote: > > > > > On Sunday 14 January ... this merged some day soon, please? > David posted this patch on 2007- ...

linux-kernel - David Brownell - May 8 2007 - 18:34

Re: drivers/mtd/devices/at91_dataflash26.c

On Thursday 10 May 2007, Thomas Gleixner wrote: > David, > > On Thu, 2007-05-10 at 13:07 -0700, David Brownell wrote: > > On Friday 27 April 2007, David Brownell wrote: > > > On Friday 27 April 2007, Hans-Jürgen Koch wrote: > > ...

linux-kernel - David Brownell - May 10 2007 - 17:34

Re: [patch 2.6.22-git] dev_vdbg(), available with -DVERBOSE_DEBUG

... Thu, 12 Jul 2007 20:30:49 -0700 David Brownell <david-b@pacbell.net> wrote: > > > ... talk about "-DDEBUG" message conventions and the new "-DVERBOSE_DEBUG" convention. Signed-off-by: David Brownell --- Documentation/ ...

linux-kernel - David Brownell - Jul 13 2007 - 03:00

Re: mmc_spi stopped working

... 2007 12:37:13 -0700 > David Brownell <david-b@pacbell.net> wrote: > > That issue is 49dce689ad4ef0fd1f970ef762168e4bd46f69a3, the > > classdev-elimination ... explain the issue. Signed-off-by: David Brownell --- a ...

linux-kernel - David Brownell - Oct 24 2007 - 18:27

Re: [patch 2.6.24-rc6-mm 4/9] gpiolib: avr32 at32ap platform support

... : > On Sat, 5 Jan 2008 12:10:56 -0800 > David Brownell <david-b@pacbell.net> wrote: > > > From: David Brownell > > > > Teach AVR32 to use the "GPIO Library" when exposing its GPIOs, so ...

linux-kernel - David Brownell - Jan 5 2008 - 18:09

Re: use of preempt_count instead of in_atomic() at leds-gpio.c

... Sun, 16 Mar 2008 11:46:23 -0800 David Brownell <david-b@pacbell.net> wrote: > > > ... leds always schedule a little worklet. Signed-off-by: David Brownell --- drivers/leds/leds-gpio.c | 12 ++++++------ 1 file ...

linux-kernel - David Brownell - Mar 18 2008 - 15:06

Re: + sparc32-delete-bogus-js-rtc-records.patch added to -mm tree

... delete bogus js-rtc records > > From: David Brownell <david-b@pacbell.net> > > > > While looking at ... file. Just delete it. > > > > Signed-off-by: David Brownell > > Cc: "David S. Miller" > > ...

linux-kernel - David Brownell - Apr 2 2008 - 03:48

Re: [patch/rfc 2.6.25-git] gpio: sysfs interface

... Mon, 28 Apr 2008 16:28:13 -0700 David Brownell <david-b@pacbell.net> wrote: > > > ... strip off newlines from inputs. Signed-off-by: David Brownell --- include/linux/string.h | 2 ++ lib/string.c | 27 ...

linux-kernel - David Brownell - Apr 29 2008 - 14:45

Re: Latest gpio gumph

... May 2008, Ben Nizette wrote: > Hey David, > > Have you got a git/quilt ... yet reviewed). - Dave ====== CUT HERE From: David Brownell ... pin status. Signed-off-by: David Brownell ...

linux-kernel - David Brownell - May 28 2008 - 00:44

Re: [patch 2.6.26-rc5-git] at91_nand speedup via {read,write}s{b,w}()

... 09 June 2008, Haavard Skinnemoen wrote: > David Brownell <david-b@pacbell.net> wrote: > > This uses __raw_{read,write}s{b,w ... they come from vmalloc. > > ... > > > > Signed-off-by: David Brownell > ...

linux-kernel - David Brownell - Jun 9 2008 - 13:07

Re: [patch 2.6.26-git] pm selftest: rtc paranoia

... wrote: > On Fri, 25 Jul 2008 13:26:51 -0700 > David Brownell <david-b@pacbell.net> wrote: > > > From: David Brownell > > > > Cope with a quirk of some RTCs (notably ACPI ones) which > > ...

linux-kernel - David Brownell - Jul 25 2008 - 18:22

speck-geostationary