public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
From: Aleksandar Ivanov <ivanov.aleks-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>,
	David Brownell
	<dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: at24 driver - a possible problem
Date: Mon, 9 Nov 2009 14:24:05 +0200	[thread overview]
Message-ID: <533f29860911090424h1cd4e71axd7304f4189ed20f6@mail.gmail.com> (raw)
In-Reply-To: <20091109091045.GA3983-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>

I also tested the patch and it looks like it fixes the problem.
Thank you for the efforts:)

2009/11/9 Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>:
>
>> > Still, the latter one beats me right now. The sysfs-bin-write gets a kobject
>> > and the O_SYNC is placed in the flags of a filp during open. Is there a some
>> > connection between those? I'm not even sure if O_SYNC should be handled at the
>> > sysfs-layer instead of inside the driver?
>>
>> I'm not sure how sysfs could handle it. What backs up the sysfs file is
>> driver-specific, so only the driver knows how to ensure that the data
>> has been written. In the at24 driver case, the only way AFAICS is to
>> try to read one byte back from the EEPROM and only return when the read
>> is successful.
>
> ACK. Sorry, I was not specific here. I also imagined that a solution must look
> like:
>
>        if (flag_however_I_get_it == O_SYNC)
>                at24_eeprom_read(...)
>
> most probably in at24_write().
>
> What I meant with "handled at sysfs-layer" was that it felt wrong to look for
> some complicated way from the kobject to the O_SYNC flag. It appeared to me
> that it might be more suitable to let the sysfs-layer recognize the flag during
> open and then, maybe, set another flag in a struct which is easier to reach for
> a bin-file. Then again, I wondered how many sysfs-bin files would really need
> that and that the "eeprom"-bin file might be a gray area (because of really
> acessing a media).
>
>> is entirely possible that sysfs simply has no support for O flags. This
>> would have to be discussed at a higher level.
>
> Most probably.
>
> Regards,
>
>   Wolfram
>
> --
> Pengutronix e.K.                           | Wolfram Sang                |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkr33JUACgkQD27XaX1/VRuNZACgtsi5ORcR4PrmxNWNXs8IU4z5
> 6f8AnA6i5IhWuwg5OaX/RafoTfm3xi+/
> =4vXM
> -----END PGP SIGNATURE-----
>
>

  parent reply	other threads:[~2009-11-09 12:24 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <533f29860911050810w4d939b39x2ad11c189f13c977@mail.gmail.com>
     [not found] ` <533f29860911050810w4d939b39x2ad11c189f13c977-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-05 17:25   ` at24 driver - a possible problem Wolfram Sang
     [not found]     ` <20091105172537.GA3332-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-06 12:15       ` Jean Delvare
     [not found]         ` <20091106131524.76ae52b9-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-11-06 12:49           ` Wolfram Sang
     [not found]             ` <20091106124905.GA3980-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-06 12:57               ` Aleksandar Ivanov
     [not found]                 ` <533f29860911060457m70a1adfcr2dd11f0785748014-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-06 20:58                   ` David Brownell
     [not found]                     ` <200911061258.52179.david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>
2009-11-08 20:23                       ` Wolfram Sang
     [not found]                         ` <20091108202331.GA6374-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-08 21:30                           ` David Brownell
2009-11-09  8:46                           ` Jean Delvare
     [not found]                             ` <20091109094638.2f05b29f-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-11-09  9:10                               ` Wolfram Sang
     [not found]                                 ` <20091109091045.GA3983-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-09 12:24                                   ` Aleksandar Ivanov [this message]
2009-11-08 20:14           ` [PATCH] at24: use timeout also for read Wolfram Sang
     [not found]             ` <1257711297-19927-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-16 18:50               ` Wolfram Sang
     [not found]                 ` <20091116185030.GB21491-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-16 18:56                   ` Jean Delvare
2009-11-22 20:08               ` Jean Delvare
     [not found]                 ` <20091122210846.14666e23-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-11-25  8:09                   ` Jean Delvare
     [not found]                     ` <20091125090907.3e4e9155-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org>
2009-11-25  9:20                       ` Wolfram Sang
2009-11-25  9:37                   ` [PATCH V2] " Wolfram Sang
     [not found]                     ` <1259141876-15458-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2009-11-25 10:24                       ` Jean Delvare

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=533f29860911090424h1cd4e71axd7304f4189ed20f6@mail.gmail.com \
    --to=ivanov.aleks-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox