15.01.2020 20:35, Wolfram Sang пишет: > On Tue, Jan 14, 2020 at 04:34:34AM +0300, Dmitry Osipenko wrote: >> Hello, >> >> This patchset adds support for atomic transfers which are required for >> shutting down machine properly. Secondly, a (not)suspending I2C and some >> other things are fixed/improved by this small series as well. Please review >> and apply, thanks in advance! >> >> Changelog: >> >> v5: Improved commit message of the "Support atomic transfers" patch, >> thanks to Wolfram Sang. >> >> Added explicit stable tags to these patches: >> >> i2c: tegra: Fix suspending in active runtime PM state >> i2c: tegra: Properly disable runtime PM on driver's probe error > > Patches 1+2 applied to for-current and patches 3-8 applied to for-next, > thanks! > > Checkpatch spit out some of those: > > CHECK: Lines should not end with a '(' > > I didn't mind. We can fix it incrementally if you want to fix it. > Thank you very much! I was aware of those minor warnings, but couldn't instantly see how to fix them without making code less readable.