On 11/15/2016 12:11 AM, David Gibson wrote: > On Mon, Nov 14, 2016 at 10:12:54AM +0100, Cédric Le Goater wrote: >> Hello, >> >> Here is a little serie adding some fixes for the XSCOM registers of >> the POWER9 cores and a unit test. >> >> Changes since v1 : >> >> - fixed pnv_xscom_addr() for 32bit host systems >> - replace hweight_long() by ctpop64() >> >> Tested on a 32-bit LE system and on 64-bit LE and BE systems. > > Applied to ppc-for-2.8. > > I fixed a trivial nit in 4/4 - you had a 5 space indent, instead of a > 4 space indent in one place.
yes. I need to automate the checkpatch step in some ways when I send patches. Thanks for doing that. C.