summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
AgeCommit message (Expand)Author
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-09-27exceptions: detritus removalAl Viro
2016-09-18openrisc: fix the fix of copy_from_user()Guenter Roeck
2016-09-13openrisc: fix copy_from_user()Al Viro
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-26Merge branch 'akpm' (patch
Kernel driver menf21bmc_hwmon
=============================

Supported chips:
	* MEN 14F021P00
	  Prefix: 'menf21bmc_hwmon'
	  Adresses scanned: -

Author: Andreas Werner <andreas.werner@men.de>

Description
-----------

The menf21bmc is a Board Management Controller (BMC) which provides an I2C
interface to the host to access the features implemented in the BMC.

This driver gives access to the voltage monitoring feature of the main
voltages of the board.
The voltage sensors are connected to the ADC inputs of the BMC which is
a PIC16F917 Mikrocontroller.

Usage Notes
-----------

This driver is part of the MFD driver named "menf21bmc" and does
not auto-detect devices.
You will have to instantiate the MFD driver explicitly.
Please see Documentation/i2c/instantiating-devices for
details.

Sysfs entries
-------------

The following attributes are supported. All attributes are read only
The Limits are read once by the driver.

in0_input	+3.3V input voltage
in1_input	+5.0V input voltage
in2_input	+12.0V input voltage
in3_input	+5V Standby input voltage
in4_input	VBAT (on board battery)

in[0-4]_min	Minimum voltage limit
in[0-4]_max	Maximum voltage limit

in0_label	"MON_3_3V"
in1_label	"MON_5V"
in2_label	"MON_12V"
in3_label	"5V_STANDBY"
in4_label	"VBAT"
r>
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10openrisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-01-13openrisc/uaccess: fix sparse errorsMichael S. Tsirkin
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-09-26next: openrisc: Fix buildGuenter Roeck
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris
2014-09-23ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris