Re: [PATCH v11 0/3] Add support for the S6E3HA2 panel on TM2 board

2017-03-21 Thread Hoegeun Kwon
Dear Thierry, I would like your review please. I try to modify it to your advice. Please let me know if you have any other advice. Best regards, Hoegeun On 03/08/2017 10:42 AM, Hoegeun Kwon wrote: Dear Thierry, I understand that your opinion is: It is better to handle the error every time

Re: [PATCH v11 0/3] Add support for the S6E3HA2 panel on TM2 board

2017-03-21 Thread Hoegeun Kwon
Dear Thierry, I would like your review please. I try to modify it to your advice. Please let me know if you have any other advice. Best regards, Hoegeun On 03/08/2017 10:42 AM, Hoegeun Kwon wrote: Dear Thierry, I understand that your opinion is: It is better to handle the error every time

[PATCH v11 0/3] Add support for the S6E3HA2 panel on TM2 board

2017-03-07 Thread Hoegeun Kwon
Dear Thierry, I understand that your opinion is: It is better to handle the error every time it is input to the register, rather than error handling at once in the struct using error. This not only makes the code easier to maintain, but also reduces unnecessary computation. So I modified the