/* * wm0010.h -- Platform data for WM0010 DSP Driver * * Copyright 2012 Wolfson Microelectronics PLC. * * Author: Dimitris Papastamos * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ #ifndef WM0010_PDATA_H #define WM0010_PDATA_H struct wm0010_pdata { int gpio_reset; /* Set if there is an inverter between the GPIO controlling * the reset signal and the device. */ int reset_active_high; int irq_flags; }; #endif owspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/arm/tcm.txt
diff options
context:
space:
mode:
authorCarsten Emde <C.Emde@osadl.org>2016-07-19 01:19:15 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-07-21 14:26:00 +0200
commit2630abc243f8d014767c4eec1deb946bdbbcfc81 (patch)
tree8d6a5c4c3f20f2c34b909d8404140a80d9b0739a /Documentation/arm/tcm.txt
parent09ca4c9b5958403bf05482b365a67d88f10463e4 (diff)
cpufreq: intel_pstate: clean remnant struct element
When I was working with the Intel P state driver I came across a remnant struct element that is no longer needed after the function intel_pstate_calc_freq() was retired. Signed-off-by: Carsten Emde <C.Emde@osadl.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/arm/tcm.txt')