From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 28 Jan 2015 17:00:36 -0700 Subject: [U-Boot] [PATCH v3 00/12] exynos: enable dm i2c In-Reply-To: References: <1422285706-22000-1-git-send-email-p.marczak@samsung.com> <1422362199-32669-1-git-send-email-p.marczak@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 27 January 2015 at 08:38, Simon Glass wrote: > +Minkyu > > Hi Przemyslaw, > > On 27 January 2015 at 05:36, Przemyslaw Marczak wrote: >> This patchset adds support to driver model i2c api for Exynos i2c driver. >> Few boards are using this driver, but the board peripherals are not ported >> to the new api yet. So the CONFIG_DM_I2C_COMPAT is enabled. >> >> Switch to dm i2c is currentlly not possible for the few devices like >> Trats2, Universal C210, S5P Goni, because ir require soft i2c support. >> >> For Odroid U3, the compatiblility layer is enabled, because it uses only >> one pmic driver, which soon is going to be moved to dm i2c with the dm pmic >> framework. >> >> The i2c dm compatibility layer is also enabled for Exynos5 boards, >> which should be removed after moving the i2c drivers to driver model. > > I plan to pick this series up for the driver model tree and hopefully > get it in in time for RC1. Minkyu is that OK with you? OK I guess this is OK. I've assigned this series to myself in patchwork and will apply it tomorrow so that we can get the I2C changes in before the merge window ends. Regards, Simon