Re: [RFC PATCH 3/4] misc: Add bmc-misc-ctrl

2018-07-04 Thread Andrew Jeffery
On Tue, 3 Jul 2018, at 17:24, Greg KH wrote: > On Tue, Jul 03, 2018 at 05:04:12PM +1000, Andrew Jeffery wrote: > > bmc-misc-ctrl is used to expose miscellaneous Baseboard > > Management Controller (BMC) hardware features described in the devicetree > > to userspace. > > > > Signed-off-by: Andrew J

Re: [RFC PATCH 3/4] misc: Add bmc-misc-ctrl

2018-07-03 Thread Greg KH
On Tue, Jul 03, 2018 at 05:04:12PM +1000, Andrew Jeffery wrote: > bmc-misc-ctrl is used to expose miscellaneous Baseboard > Management Controller (BMC) hardware features described in the devicetree > to userspace. > > Signed-off-by: Andrew Jeffery > --- > MAINTAINERS | 1 + >

[RFC PATCH 3/4] misc: Add bmc-misc-ctrl

2018-07-03 Thread Andrew Jeffery
bmc-misc-ctrl is used to expose miscellaneous Baseboard Management Controller (BMC) hardware features described in the devicetree to userspace. Signed-off-by: Andrew Jeffery --- MAINTAINERS | 1 + drivers/misc/Kconfig | 8 + drivers/misc/Makefile| 1 + driv