/* * This header provides macros for Palmas device bindings. * * Copyright (c) 2013, NVIDIA Corporation. * * Author: Laxman Dewangan * */ #ifndef __DT_BINDINGS_PALMAS_H #define __DT_BINDINGS_PALMAS_H /* External control pins */ #define PALMAS_EXT_CONTROL_PIN_ENABLE1 1 #define PALMAS_EXT_CONTROL_PIN_ENABLE2 2 #define PALMAS_EXT_CONTROL_PIN_NSLEEP 3 #endif /* __DT_BINDINGS_PALMAS_H */ /net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
6-05-05 13:00:29 +0800
AgeCommit message (Expand)AuthorFilesLines
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-05-05 15:22:27 +0200
commit66b1ed5aa8dd253a734bf6ca4e5390385724f99c (patch)
tree35cc75b155622711ac9d6fa3475bdbef0cf265b1
parentc3bc26d4b4e36f0dc458eea8b1f722d8a8d9addd (diff)
ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write()
ACPICA commit 48eea5e7993ccb7189bd63cd726e02adafee6057 This patch adds access_width/bit_offset support in acpi_hw_write(). Lv Zheng. Link: https://github.com/acpica/acpica/commit/48eea5e7 Link: https://bugs.acpica.org/show_bug.cgi?id=1240 Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>