lm-sensor.org is down

2015-06-18 Thread Angelo Compagnucci
Hi Jean, lm-sensorg.org is down: http://isup.me/www.lm-sensor.org "It's not just you! http://www.lm-sensor.org looks down from here. " Sincerely, Angelo -- Profile: http://it.linkedin.com/in/compagnucciangelo -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body

Re: i2c-tools: add Android.mk

2015-06-17 Thread Angelo Compagnucci
Hi Wolfram, 2015-06-17 12:29 GMT+02:00 Wolfram Sang : > >> Now if anyone has a more educated view on this than I do, please speak >> up. Android is really not my thing (as a developer, I mean.) > > While working again on adding i2ctransfer to i2c-tools, it became clear > that this android makefile

Re: Py-smbus and python3 support: it's time for a new release?

2015-06-17 Thread Angelo Compagnucci
Hi Jean, 2015-06-17 11:18 GMT+02:00 Jean Delvare : > Hi Angelo, > > On Tue, 26 May 2015 09:56:47 +0200, Angelo Compagnucci wrote: >> Dear Jean Delvare, >> >> Now that python3 support was added to python-smbus, could you release >> a new stable version with

Py-smbus and python3 support: it's time for a new release?

2015-05-26 Thread Angelo Compagnucci
Dear Jean Delvare, Now that python3 support was added to python-smbus, could you release a new stable version with it? This way, py-smbus with python3 support could be included in distributions that usually don't pick unstable packages. Is there any planned roadmap or showstopper that makes this

Re: i2c-tools: add compatibility for python2/3 to py-smbus

2015-04-09 Thread Angelo Compagnucci
Hi Jean, 2015-01-26 12:46 GMT+01:00 Jean Delvare : > On Thu, 22 Jan 2015 14:28:10 +0100, Michael Mercier wrote: >> I have only tested read_i2c_block_data write_i2c_block_data for python >> 3.2 and python 2.7. >> >> I think you can push these patchs upstream. > > I committed both patches. I also ad

Re: i2c-tools: add Android.mk

2015-03-16 Thread Angelo Compagnucci
asily buildable into the Android build system. Sincerely, Angelo. 2015-03-16 10:16 GMT+01:00 Jean Delvare : > Hi Angelo, > > On Fri, 27 Feb 2015 22:05:12 +0100, Angelo Compagnucci wrote: >> This patch adds an Android.mk to compile i2c-tools under Android. >> >> Hope this helps

i2c-tools: add Android.mk

2015-02-27 Thread Angelo Compagnucci
Hi Jean, This patch adds an Android.mk to compile i2c-tools under Android. Hope this helps! -- Profile: http://it.linkedin.com/in/compagnucciangelo Index: Android.mk === --- Android.mk (revision 0) +++ Android.mk (working copy) @@

i2c-tools: add compatibility for python2/3 to py-smbus

2015-01-19 Thread Angelo Compagnucci
Dear Jean Delvare, Attached you can find a patch that implements py-smbus for python3 with python2 backward compatibility. This patch is not heavily tested, but it wors well for me. Unfortunately, I don't know how to use svn for sharing source code, it is so ugly compared to git and it doesn't pr

Advice on AT24MAC driver

2014-08-08 Thread Angelo Compagnucci
Hi List, I'm interested in developing a driver for the AT24MAC EEPROM from Atmel. This chip is a strange beast because it integrates two i2c devices with two different addresses in the same package. It has this structure: * The first part of the chip is a classical AT24 eeprom (2K) with a standa