Re: [PATCH v7 2/2] hwmon: ibmpowernv: Add attributes to enable/disable sensor groups

2018-07-21 Thread Guenter Roeck
On 07/19/2018 11:12 PM, Shilpasri G Bhat wrote: OPAL firmware provides the facility for some groups of sensors to be enabled/disabled at runtime to give the user the option of using the system resources for collecting these sensors or not. For example, on POWER9 systems, the On Chip Controller (

[PATCH] scsi: prevent ISA driver from building on PPC32

2018-07-21 Thread Randy Dunlap
From: Randy Dunlap Prevent drivers from building on PPC32 if they use isa_bus_to_virt(), isa_virt_to_bus(), or isa_page_to_bus(), which are not available and thus cause build errors. ../drivers/scsi/aha1542.c: In function 'aha1542_queuecommand': ../drivers/scsi/aha1542.c:461:30: error: implicit

[PATCH] net: prevent ISA drivers from building on PPC32

2018-07-21 Thread Randy Dunlap
From: Randy Dunlap Prevent drivers from building on PPC32 if they use isa_bus_to_virt(), isa_virt_to_bus(), or isa_page_to_bus(), which are not available and thus cause build errors. ../drivers/net/ethernet/3com/3c515.c: In function 'corkscrew_open': ../drivers/net/ethernet/3com/3c515.c:824:9: e