Re: [U-Boot] [PATCH v3 2/2] xilinx_xiic: Fix transfer initialisation

2019-06-30 Thread Heiko Schocher
Hello Tomas, Am 01.07.2019 um 08:04 schrieb Melin Tomas: Hello Heiko, On 6/28/19 3:43 PM, Heiko Schocher wrote: I fixed that, also this and patch 1/2 has some style issues: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit fatal: mehrd ("1': unbek

Re: [U-Boot] [PATCH v3 2/2] xilinx_xiic: Fix transfer initialisation

2019-06-30 Thread Melin Tomas
Hello Heiko, On 6/28/19 3:43 PM, Heiko Schocher wrote: > > I fixed that, also this and patch 1/2 has some style issues: > > ERROR: Please use git commit description style 'commit <12+ chars of > sha1> ("")' - ie: 'commit fatal: mehrd ("1': unbekannter > Commit oder Pfad existiert nicht")' > #127

Re: [U-Boot] [PATCH v3 2/2] xilinx_xiic: Fix transfer initialisation

2019-06-28 Thread Heiko Schocher
Hello Tomas, Am 28.06.2019 um 14:13 schrieb Melin Tomas: Hi, On 6/28/19 3:08 PM, Melin Tomas wrote: Prior to starting a new transfer, conditionally wait for bus to not be busy. Reinitialise controller as otherwise operation is not stable. For reference, see linux kernel commit: 9656eeebf3f1 (

Re: [U-Boot] [PATCH v3 2/2] xilinx_xiic: Fix transfer initialisation

2019-06-28 Thread Melin Tomas
Hi, On 6/28/19 3:08 PM, Melin Tomas wrote: > Prior to starting a new transfer, conditionally wait for bus to not > be busy. > > Reinitialise controller as otherwise operation is not stable. > For reference, see linux kernel commit: 9656eeebf3f1 ("i2c: Revert > "i2c: xiic: Do not reset controller b

[U-Boot] [PATCH v3 2/2] xilinx_xiic: Fix transfer initialisation

2019-06-28 Thread Melin Tomas
Prior to starting a new transfer, conditionally wait for bus to not be busy. Reinitialise controller as otherwise operation is not stable. For reference, see linux kernel commit: 9656eeebf3f1 ("i2c: Revert "i2c: xiic: Do not reset controller before every transfer"") Signed-off-by: Tomas Melin --