From: Felipe Balbi <hidden> Date: 2013-02-19 10:24:23
OMAP's debugfs interface creates one file
for each signal in the mux table, such file
provides a read method but didn't provide
read permission. Fix it.
Signed-off-by: Felipe Balbi <redacted>
---
arch/arm/mach-omap2/mux.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
From: Felipe Balbi <hidden> Date: 2013-02-19 10:24:24
nothing from <linux/debugfs.h> is used on
voltage.c.
Signed-off-by: Felipe Balbi <redacted>
---
arch/arm/mach-omap2/voltage.c | 1 -
1 file changed, 1 deletion(-)
OMAP's debugfs interface creates one file
for each signal in the mux table, such file
provides a read method but didn't provide
read permission. Fix it.
Signed-off-by: Felipe Balbi <redacted>
Heh indeed, although read still seems to work without it.
Applying into omap-for-v3.9/fixes.
Regards,
Tony
From: Felipe Balbi <hidden> Date: 2013-03-04 20:19:50
On Mon, Mar 04, 2013 at 11:18:31AM -0800, Tony Lindgren wrote:
* Felipe Balbi [off-list ref] [130219 02:28]:
quoted
OMAP's debugfs interface creates one file
for each signal in the mux table, such file
provides a read method but didn't provide
read permission. Fix it.
Signed-off-by: Felipe Balbi <redacted>
Heh indeed, although read still seems to work without it.
Applying into omap-for-v3.9/fixes.