Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO driver.

2013-08-12 Thread Jonathan Cameron
On 08/12/13 19:11, Peter Meerwald wrote: > >> drivers/iio/light/Kconfig | 10 + >> drivers/iio/light/Makefile | 1 + >> drivers/iio/light/cm3218.c | 589 >> + >> 3 files changed, 600 insertions(+) >> create mode 100644 drivers/iio/light/cm3218.c

Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO driver.

2013-08-12 Thread Peter Meerwald
> drivers/iio/light/Kconfig | 10 + > drivers/iio/light/Makefile | 1 + > drivers/iio/light/cm3218.c | 589 > + > 3 files changed, 600 insertions(+) > create mode 100644 drivers/iio/light/cm3218.c not much changed since last revision :( some

Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO driver.

2013-08-12 Thread Peter Meerwald
drivers/iio/light/Kconfig | 10 + drivers/iio/light/Makefile | 1 + drivers/iio/light/cm3218.c | 589 + 3 files changed, 600 insertions(+) create mode 100644 drivers/iio/light/cm3218.c not much changed since last revision :( some comments

Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO driver.

2013-08-12 Thread Jonathan Cameron
On 08/12/13 19:11, Peter Meerwald wrote: drivers/iio/light/Kconfig | 10 + drivers/iio/light/Makefile | 1 + drivers/iio/light/cm3218.c | 589 + 3 files changed, 600 insertions(+) create mode 100644 drivers/iio/light/cm3218.c not much

[PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO driver.

2013-08-06 Thread Kevin Tsai
Signed-off-by: Kevin Tsai --- drivers/iio/light/Kconfig | 10 + drivers/iio/light/Makefile | 1 + drivers/iio/light/cm3218.c | 589 + 3 files changed, 600 insertions(+) create mode 100644 drivers/iio/light/cm3218.c diff --git

[PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO driver.

2013-08-06 Thread Kevin Tsai
Signed-off-by: Kevin Tsai kt...@capellamicro.com --- drivers/iio/light/Kconfig | 10 + drivers/iio/light/Makefile | 1 + drivers/iio/light/cm3218.c | 589 + 3 files changed, 600 insertions(+) create mode 100644 drivers/iio/light/cm3218.c diff

Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO Driver.

2013-07-04 Thread Lars-Peter Clausen
On 07/04/2013 01:31 AM, Kevin Tsai wrote: Maybe write at least a short commit message which states the features of the chip. > Signed-off-by: Kevin Tsai > --- > drivers/staging/iio/light/Kconfig | 10 + > drivers/staging/iio/light/Makefile |1 + > drivers/staging/iio/light/cm3218.c |

Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO Driver.

2013-07-04 Thread Peter Meerwald
Hello, some comments inline; new drivers should not go to staging but to mainline directly regards, p. > Signed-off-by: Kevin Tsai > --- > drivers/staging/iio/light/Kconfig | 10 + > drivers/staging/iio/light/Makefile |1 + > drivers/staging/iio/light/cm3218.c | 581 >

Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO Driver.

2013-07-04 Thread Peter Meerwald
Hello, some comments inline; new drivers should not go to staging but to mainline directly regards, p. Signed-off-by: Kevin Tsai kt...@capellamicro.com --- drivers/staging/iio/light/Kconfig | 10 + drivers/staging/iio/light/Makefile |1 + drivers/staging/iio/light/cm3218.c | 581

Re: [PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO Driver.

2013-07-04 Thread Lars-Peter Clausen
On 07/04/2013 01:31 AM, Kevin Tsai wrote: Maybe write at least a short commit message which states the features of the chip. Signed-off-by: Kevin Tsai kt...@capellamicro.com --- drivers/staging/iio/light/Kconfig | 10 + drivers/staging/iio/light/Makefile |1 +

[PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO Driver.

2013-07-03 Thread Kevin Tsai
Signed-off-by: Kevin Tsai --- drivers/staging/iio/light/Kconfig | 10 + drivers/staging/iio/light/Makefile |1 + drivers/staging/iio/light/cm3218.c | 581 3 files changed, 592 insertions(+) create mode 100644 drivers/staging/iio/light/cm3218.c diff

[PATCH 1/1] Added Capella CM3218 Ambient Light Sensor IIO Driver.

2013-07-03 Thread Kevin Tsai
Signed-off-by: Kevin Tsai kt...@capellamicro.com --- drivers/staging/iio/light/Kconfig | 10 + drivers/staging/iio/light/Makefile |1 + drivers/staging/iio/light/cm3218.c | 581 3 files changed, 592 insertions(+) create mode 100644