/* * DRV260X haptics driver family * * Author: Dan Murphy * * Copyright: (C) 2014 Texas Instruments, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ #ifndef _DT_BINDINGS_TI_DRV260X_H #define _DT_BINDINGS_TI_DRV260X_H /* Calibration Types */ #define DRV260X_LRA_MODE 0x00 #define DRV260X_LRA_NO_CAL_MODE 0x01 #define DRV260X_ERM_MODE 0x02 /* Library Selection */ #define DRV260X_LIB_EMPTY 0x00 #define DRV260X_ERM_LIB_A 0x01 #define DRV260X_ERM_LIB_B 0x02 #define DRV260X_ERM_LIB_C 0x03 #define DRV260X_ERM_LIB_D 0x04 #define DRV260X_ERM_LIB_E 0x05 #define DRV260X_LIB_LRA 0x06 #define DRV260X_ERM_LIB_F 0x07 #endif -cleanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/net/netrom.h
diff options
context:
space:
mode:
authorMarkus Mayer <mmayer@broadcom.com>2016-12-19 12:10:27 -0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-01-27 11:43:48 +0100
commit9b02c54bc951fca884ba5719f42a27e8240965bf (patch)
tree68292e54c6d3482d6b55fc31b3ab9519307b255a /include/net/netrom.h
parent7a308bb3016f57e5be11a677d15b821536419d36 (diff)
cpufreq: brcmstb-avs-cpufreq: extend sysfs entry brcm_avs_pmap
We extend the brcm_avs_pmap sysfs entry (which issues the GET_PMAP command to AVS) to include all fields from struct pmap. This means adding mode (AVS, DVS, DVFS) and state (the P-state) to the output. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/net/netrom.h')