Re: [UPDATED v4] WM97xx touchscreen drivers

2008-02-06 Thread Mark Brown
On Tue, Feb 05, 2008 at 06:20:15PM -0500, [EMAIL PROTECTED] wrote: > > The expectation of this driver is that the battery monitor driver will > > register as the "wm97xx-battery" device and use the wm97xx_read_aux_adc() > > function exported by the wm97xx-core driver to access the ADC. Is your >

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-02-06 Thread Mark Brown
On Tue, Feb 05, 2008 at 06:20:15PM -0500, [EMAIL PROTECTED] wrote: The expectation of this driver is that the battery monitor driver will register as the wm97xx-battery device and use the wm97xx_read_aux_adc() function exported by the wm97xx-core driver to access the ADC. Is your driver

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-02-05 Thread linux01
> The expectation of this driver is that the battery monitor driver will > register as the "wm97xx-battery" device and use the wm97xx_read_aux_adc() > function exported by the wm97xx-core driver to access the ADC. Is your > driver using this interface? Yes, but this makes the wm97xx-battery

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-02-04 Thread Mark Brown
On Mon, Feb 04, 2008 at 02:00:24PM -0500, [EMAIL PROTECTED] wrote: > Mark Brown wrote: > > This patch series adds support for the touchscreen controllers provided > > by Wolfson Microelectronics WM97xx series chips in both polled and > > streaming modes. > I integrated this patch with our 2.6.24

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-02-04 Thread linux01
Mark Brown wrote: > This patch series adds support for the touchscreen controllers provided > by Wolfson Microelectronics WM97xx series chips in both polled and > streaming modes. > I integrated this patch with our 2.6.24 kernel and it broke our APM-based battery monitor, which uses an ADC

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-02-04 Thread linux01
Mark Brown wrote: This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. I integrated this patch with our 2.6.24 kernel and it broke our APM-based battery monitor, which uses an ADC channel

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-02-04 Thread Mark Brown
On Mon, Feb 04, 2008 at 02:00:24PM -0500, [EMAIL PROTECTED] wrote: Mark Brown wrote: This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. I integrated this patch with our 2.6.24 kernel

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-01-29 Thread Dmitry Baryshkov
Mark Brown wrote: > This patch series adds support for the touchscreen controllers provided > by Wolfson Microelectronics WM97xx series chips in both polled and > streaming modes. > > Changes since last submission: > - Fix from Dmitry Baryshkov for build with CONFIG_PM. - Add the web > site to

Re: [UPDATED v4] WM97xx touchscreen drivers

2008-01-29 Thread Dmitry Baryshkov
Mark Brown wrote: This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. Changes since last submission: - Fix from Dmitry Baryshkov for build with CONFIG_PM. - Add the web site to the

[UPDATED v4] WM97xx touchscreen drivers

2008-01-26 Thread Mark Brown
This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. Changes since last submission: - Fix from Dmitry Baryshkov for build with CONFIG_PM. - Add the web site to the MAINTAINERS entry. -- To

[UPDATED v4] WM97xx touchscreen drivers

2008-01-26 Thread Mark Brown
This patch series adds support for the touchscreen controllers provided by Wolfson Microelectronics WM97xx series chips in both polled and streaming modes. Changes since last submission: - Fix from Dmitry Baryshkov for build with CONFIG_PM. - Add the web site to the MAINTAINERS entry. -- To