Re: [U-Boot] Samsung I2C driver

2016-02-29 Thread Simon Glass
Hi David, On 20 February 2016 at 00:04, David Müller (ELSOFT AG) wrote: > Hello > > I'm currently implementing DM support in the s3c24xx serial driver and > activating DM support for the VCMA9 board using > > CONFIG_DM=y > CONFIG_DM_SERIAL=y > CONFIG_OF_CONTROL=y > CONFIG_OF_EMBED=y > CONFIG_DEFA

Re: [U-Boot] Samsung I2C driver

2016-02-19 Thread ELSOFT AG
Hello I'm currently implementing DM support in the s3c24xx serial driver and activating DM support for the VCMA9 board using CONFIG_DM=y CONFIG_DM_SERIAL=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="s3c24xx-vcma9" This results in the following problem: CC drivers/

Re: [U-Boot] Samsung I2C driver

2016-01-03 Thread Simon Glass
Hi David, On 11 December 2015 at 05:07, David Müller (ELSOFT AG) wrote: > Simon Glass wrote: > >> David are you able to move your board to driver model for i2c? > > To be frank, I don't know it (yet). Being a total DM novice, it is > difficult for me to estimate the amount of effort needed to do

Re: [U-Boot] Samsung I2C driver

2015-12-11 Thread Przemyslaw Marczak
Hi, On 12/11/2015 04:04 AM, Simon Glass wrote: +David, who is the vcma9 maintainer. Hi Przemyslaw, On 7 December 2015 at 07:00, Przemyslaw Marczak wrote: Hello Simon, On 12/07/2015 02:07 PM, Simon Glass wrote: Hi Przemyslaw, At present this driver has a few implementations and supports

Re: [U-Boot] Samsung I2C driver

2015-12-11 Thread ELSOFT AG
Simon Glass wrote: > David are you able to move your board to driver model for i2c? To be frank, I don't know it (yet). Being a total DM novice, it is difficult for me to estimate the amount of effort needed to do the conversion. Is it really possible to convert just the I2C subsystem to DM and

Re: [U-Boot] Samsung I2C driver

2015-12-10 Thread Simon Glass
+David, who is the vcma9 maintainer. Hi Przemyslaw, On 7 December 2015 at 07:00, Przemyslaw Marczak wrote: > Hello Simon, > > > On 12/07/2015 02:07 PM, Simon Glass wrote: >> >> Hi Przemyslaw, >> >> At present this driver has a few implementations and supports >> non-device-tree and non-driver mo

Re: [U-Boot] Samsung I2C driver

2015-12-07 Thread Przemyslaw Marczak
Hello Simon, On 12/07/2015 02:07 PM, Simon Glass wrote: Hi Przemyslaw, At present this driver has a few implementations and supports non-device-tree and non-driver model. From I can see the odroid and perhaps one other platform need conversion and then all of this old stuff can be removed. Do y

[U-Boot] Samsung I2C driver

2015-12-07 Thread Simon Glass
Hi Przemyslaw, At present this driver has a few implementations and supports non-device-tree and non-driver model. From I can see the odroid and perhaps one other platform need conversion and then all of this old stuff can be removed. Do you have any plans to look at this? Regards, Simon