Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1306134

[PATCH v2 0/4] remove auto exit of production and added sysfs interface

From Andreas Werner <andreas.werner@men.de>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] remove auto exit of production and added sysfs interface
Date 2016-01-11 13:30 +0100
Message-ID <qPJLH-2jg-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch set introduces new sysfs entries for BMC status information
as well as the ABI documention.

The mfd core driver now does not exit the production mode automatically.
The new sysfs entry allows the userland to exit the production mode
if required.

Changes in v2:
	- added I2C maintainer in CC because this patches
	  are also I2C related.
	- fixed irrelevant changes (alignments) in the mfd driver
	- update subject lines 
	  that they match the format of the subsystem

Andreas Werner (4):
  mfd: menf21bmc: Remove auto exiting of production mode and add sysfs
    interface
  doc: ABI: Added sysfs description for the menf21bmc MFD driver
  mfd: menf21bmc: Add additional sysfs entries for BMC status
    information
  doc: ABI: Add documentation for the additional sysfs status
    information

 .../ABI/testing/sysfs-bus-i2c-devices-menf21bmc    |  40 ++++++
 drivers/mfd/menf21bmc.c                            | 158 ++++++++++++++++++---
 2 files changed, 177 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-menf21bmc

-- 
2.6.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] remove auto exit of production and added sysfs  interface Andreas Werner <andreas.werner@men.de> - 2016-01-11 13:30 +0100
  [PATCH v2 2/4] doc: ABI: Added sysfs description for the menf21bmc  MFD driver Andreas Werner <andreas.werner@men.de> - 2016-01-11 13:30 +0100
  [PATCH v2 1/4] mfd: menf21bmc: Remove auto exiting of production  mode and add sysfs interface Andreas Werner <andreas.werner@men.de> - 2016-01-11 13:30 +0100

csiph-web