SYSFS: need a noncaching read

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: Detlev Zundel <dzu@...>, <linuxppc-dev@...>
Date: Tuesday, September 11, 2007 - 5:43 am

Hello,

I have developed a device driver and use the sysFS to export some
registers to userspace. I opened the sysFS File for one register and did
some reads from this File, but I alwas becoming the same value from the
register, whats not OK, because they are changing. So I found out that
the sysFS caches the reads ... :-(

Is there a way to retrigger the reads (in that way, that the sysFS
rereads the values from the driver), without closing and opening the
sysFS Files? Or must I better use the ioctl () Driver-interface for
exporting these registers?

I am asking this, because I must read every 10 ms 2 registers, so
doing a open/read/close for reading one registers is a little bit too
much overhead.

I made a sysFS seek function, which retriggers the read, and that works
fine, but I have again 2 syscalls, whats also is not optimal.

Or can we make a open () with a (new?)Flag, that informs the sysFS to
always reread the values from the underlying driver?

Or a new flag in the "struct attribute_group" in include/linux/sysfs.h,
which let the sysfs rereading the values?

suggestions are welcome

thanks
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
SYSFS: need a noncaching read, Heiko Schocher, (Tue Sep 11, 5:43 am)
Re: SYSFS: need a noncaching read, Robert Schwebel, (Wed Sep 12, 1:32 am)
Re: SYSFS: need a noncaching read, Greg KH, (Wed Sep 12, 6:01 am)
Re: SYSFS: need a noncaching read, Tejun Heo, (Mon Sep 17, 1:22 am)
Re: SYSFS: need a noncaching read, Nick Piggin, (Tue Sep 11, 3:19 pm)
Re: SYSFS: need a noncaching read, Heiko Schocher, (Wed Sep 12, 7:13 am)
Re: SYSFS: need a noncaching read, Greg KH, (Wed Sep 12, 7:39 am)
Re: SYSFS: need a noncaching read, Heiko Schocher, (Wed Sep 12, 7:59 am)
Re: SYSFS: need a noncaching read, David Gibson, (Tue Sep 11, 10:05 pm)
Re: SYSFS: need a noncaching read, Michael Ellerman, (Tue Sep 11, 11:18 pm)