linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* STMicroelectronics IIO driver
@ 2013-01-25 23:44 Denis Ciocca
  2013-01-25 23:44 ` [PATCH 1/4] iio:common: Add STMicroelectronics common library Denis Ciocca
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Denis Ciocca @ 2013-01-25 23:44 UTC (permalink / raw)
  To: denis.ciocca, jic23, lars, linux-iio

Hi Jonathan, Lars,

I modified the drivers following the advice of Lars (about code duplication) and Jonathan patches.
I also used coccicheck to verify the code. I couldn't test the drivers on the physical devices because I was not in office. I hope to do some tests Monday morning. 

Thanks and Best Regards,

Denis
 

^ permalink raw reply	[flat|nested] 18+ messages in thread
* STMicroelectronics driver kconfig-makefile bugfix
@ 2013-01-21  8:36 Denis CIOCCA
  2013-01-21  8:36 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
  0 siblings, 1 reply; 18+ messages in thread
From: Denis CIOCCA @ 2013-01-21  8:36 UTC (permalink / raw)
  To: jic23; +Cc: lars, linux-iio

Hi Jonathan,

thank you very much for your support!
Now I understand why my solution doesn't work, I have used your suggestions and I applied its to the source code.
Best regards,

Denis

^ permalink raw reply	[flat|nested] 18+ messages in thread
* STMicroelectronics drivers
@ 2013-01-18 16:58 Denis CIOCCA
  2013-01-18 16:58 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
  0 siblings, 1 reply; 18+ messages in thread
From: Denis CIOCCA @ 2013-01-18 16:58 UTC (permalink / raw)
  To: jic23, lars, linux-iio

Hi Jonathan, Lars,

I have modified some part of code and added it to common library, the remainder I think can not be moved.
I have also modified the kconfig and makefile.

Thanks!

Denis

^ permalink raw reply	[flat|nested] 18+ messages in thread
* STMicroelectronics drivers bugfix
@ 2013-01-18  9:31 Denis CIOCCA
  2013-01-18  9:31 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
  0 siblings, 1 reply; 18+ messages in thread
From: Denis CIOCCA @ 2013-01-18  9:31 UTC (permalink / raw)
  To: jic23, lars, linux-iio

Hi Lars, Jonathan,

I review the driver code in accordance with Lars's review. What do you think about kconfig?
I have yet to share some part of driver code in the library!

Denis



^ permalink raw reply	[flat|nested] 18+ messages in thread
* iio: STMicroelectronics iio drivers bugfix
@ 2013-01-09 12:06 Denis CIOCCA
  2013-01-09 12:07 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
  0 siblings, 1 reply; 18+ messages in thread
From: Denis CIOCCA @ 2013-01-09 12:06 UTC (permalink / raw)
  To: jic23, lars, linux-iio

Hi guys,

sorry but yesterday I sended to you the wrong patch! I attach the last (correct) patchs for the linux-next kernel and I have modified the config names in according with Alessandro suggestion.
Thanks

Denis

^ permalink raw reply	[flat|nested] 18+ messages in thread
* iio: STMicroelectronics iio drivers
@ 2013-01-08 16:30 Denis CIOCCA
  2013-01-08 16:30 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
  0 siblings, 1 reply; 18+ messages in thread
From: Denis CIOCCA @ 2013-01-08 16:30 UTC (permalink / raw)
  To: jic23, lars, linux-iio

Hi everybody,

I modified the ST drivers in accordance with Jonathan comments. I couldn't use
coccicheck because I have some problem when I run 'make coccichek' (I'm working on to
undestand why).

The others major updates are: 
- delete of try_reenable_callback (was not necessary);
- trigger code moved to sensors common code;
- bugfix DMA buffer cacheline-aligned;
- check if the device probed is corrected to avoid confusion;
- improvement of code style;

Thanks,

Denis


^ permalink raw reply	[flat|nested] 18+ messages in thread
* STMicroelectronics sensors driver
@ 2012-12-13 13:11 Denis CIOCCA
  2012-12-13 13:11 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
  0 siblings, 1 reply; 18+ messages in thread
From: Denis CIOCCA @ 2012-12-13 13:11 UTC (permalink / raw)
  To: jic23, lars; +Cc: linux-iio

Hi Jonathan & Lars-Peter,

I wrote this new patch to include the common library and device drivers
for accel, magn and gyro.
I didn't looked still for tx and rx buffers issue because I have to study
better the problem.
What do you think about this library?

Thanks,
Denis

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-01-31 10:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25 23:44 STMicroelectronics IIO driver Denis Ciocca
2013-01-25 23:44 ` [PATCH 1/4] iio:common: Add STMicroelectronics common library Denis Ciocca
2013-01-29 21:45   ` Lars-Peter Clausen
2013-01-25 23:44 ` [PATCH 2/4] iio:accel: Add STMicroelectronics accelerometers driver Denis Ciocca
2013-01-25 23:44 ` [PATCH 3/4] iio:gyro: Add STMicroelectronics gyroscopes driver Denis Ciocca
2013-01-25 23:44 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis Ciocca
2013-01-28 14:31 ` STMicroelectronics IIO driver Lars-Peter Clausen
2013-01-28 20:14   ` Jonathan Cameron
2013-01-29  9:51     ` Denis CIOCCA
2013-01-30 21:28       ` Jonathan Cameron
2013-01-31 10:18         ` Denis CIOCCA
2013-01-29  9:55   ` Denis CIOCCA
  -- strict thread matches above, loose matches on Subject: below --
2013-01-21  8:36 STMicroelectronics driver kconfig-makefile bugfix Denis CIOCCA
2013-01-21  8:36 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
2013-01-18 16:58 STMicroelectronics drivers Denis CIOCCA
2013-01-18 16:58 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
2013-01-18  9:31 STMicroelectronics drivers bugfix Denis CIOCCA
2013-01-18  9:31 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
2013-01-09 12:06 iio: STMicroelectronics iio drivers bugfix Denis CIOCCA
2013-01-09 12:07 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
2013-01-08 16:30 iio: STMicroelectronics iio drivers Denis CIOCCA
2013-01-08 16:30 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA
2012-12-13 13:11 STMicroelectronics sensors driver Denis CIOCCA
2012-12-13 13:11 ` [PATCH 4/4] iio:magnetometer: Add STMicroelectronics magnetometers driver Denis CIOCCA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).