Re: [PATCH v7 2/2] cxl: read PHB indications from the device tree

2018-01-19 Thread Laurent Dufour
On 15/01/2018 14:39, Philippe Bergheaud wrote: > Configure the P9 XSL_DSNCTL register with PHB indications found > in the device tree, or else use legacy hard-coded values. > > Signed-off-by: Philippe Bergheaud > --- > Changelog: > > v2: New patch. Use the new device tree property "ibm,phb-indic

Re: [PATCH v7 2/2] cxl: read PHB indications from the device tree

2018-01-17 Thread Frederic Barrat
Le 15/01/2018 à 14:39, Philippe Bergheaud a écrit : Configure the P9 XSL_DSNCTL register with PHB indications found in the device tree, or else use legacy hard-coded values. Signed-off-by: Philippe Bergheaud --- I'm still ok with v7, thanks for fixing the errno. Acked-by: Frederic Barrat

[PATCH v7 2/2] cxl: read PHB indications from the device tree

2018-01-15 Thread Philippe Bergheaud
Configure the P9 XSL_DSNCTL register with PHB indications found in the device tree, or else use legacy hard-coded values. Signed-off-by: Philippe Bergheaud --- Changelog: v2: New patch. Use the new device tree property "ibm,phb-indications". v3: No change. v4: No functional change. Drop co