From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 29 Jan 2015 10:58:00 +0900 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: <54C993A8.5080004@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28/01/15 00: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? > Sure. It's OK. Do you have plan to merge dm with main tree? I will accept few patches to samsung, but I wonder that conflict with your tree. So please let me know about merge plan. Thanks, Minkyu Kang.