Re: [PATCH v4 0/4] Enable stmpe811 touch screen on stm32f429-disco board

2020-06-15 Thread dillon min
On Mon, Jun 15, 2020 at 5:08 PM Alexandre Torgue wrote: > > Hi Dillon > > On 6/9/20 3:26 PM, dillon.min...@gmail.com wrote: > > From: dillon min > > > > This patchset is intend to enable stmpe811 touch screen on stm32f429-disco > > board with three dts and one i2c driver changes. > > > > has been

Re: [PATCH v4 0/4] Enable stmpe811 touch screen on stm32f429-disco board

2020-06-15 Thread Alexandre Torgue
Hi Dillon On 6/9/20 3:26 PM, dillon.min...@gmail.com wrote: From: dillon min This patchset is intend to enable stmpe811 touch screen on stm32f429-disco board with three dts and one i2c driver changes. has been validated by ts_print tool Changes log: V4: indroduce 'IIC_LAST_BYTE_POS' to compa

[PATCH v4 0/4] Enable stmpe811 touch screen on stm32f429-disco board

2020-06-09 Thread dillon . minfei
From: dillon min This patchset is intend to enable stmpe811 touch screen on stm32f429-disco board with three dts and one i2c driver changes. has been validated by ts_print tool Changes log: V4: indroduce 'IIC_LAST_BYTE_POS' to compatible with xipkernel boot V3: just add change log in [PATCH V3