Re: [RESEND PATCH v4 0/2] Add a property in at24.c

2018-07-02 Thread Bartosz Golaszewski
2018-07-02 11:12 GMT+02:00 : > From: Alan Chiang > > This RESEND PATCH only adds the Acked-by and Reviewed-by, > no other patch for the codes. > Please don't do this. We're waiting for Rob's Acked-by and I will collect all the tags anyway. Don't resend unless there are changes to patches. Best

[RESEND PATCH v4 0/2] Add a property in at24.c

2018-07-02 Thread alanx . chiang
From: Alan Chiang This RESEND PATCH only adds the Acked-by and Reviewed-by, no other patch for the codes. In at24.c, it uses 8-bit addressing by default. In this patch, add a property address-width that provides a flexible method to pass the information to the driver. Alan Chiang (2): dt-bind

[PATCH v4 0/2] Add a property in at24.c

2018-06-29 Thread alanx . chiang
From: Alan Chiang In at24.c, it uses 8-bit addressing by default. In this patch, add a property address-width that provides a flexible method to pass the information to the driver. Alan Chiang (2): dt-bindings: at24: Add address-width property eeprom: at24: Add support for address-width prop