From: Hans de Goede <hdegoede@redhat.com>
To: Bastien Nocera <hadess@hadess.net>, linux-iio@vger.kernel.org
Subject: Re: accelerometer orientation
Date: Mon, 12 Sep 2016 18:15:35 +0200 [thread overview]
Message-ID: <761fcac8-c7c8-0745-d8e8-f70fbb82451c@redhat.com> (raw)
In-Reply-To: <1473694755.6389.2.camel@hadess.net>
Hi,
On 12-09-16 17:39, Bastien Nocera wrote:
> Hey,
>
> On Mon, 2016-09-12 at 17:25 +0200, Hans de Goede wrote:
>> Hi Bastien,
>>
>> So as I guess you sorta know in my spare time I work on Linux
>> (mainline) support for Allwinner SoC based ARM devices, including
>> a whole lot of cheap Chinese tablets.
>>
>> Recently I've begun looking into supporting the accelerometers
>> on these devices and I'm making good progress on getting the
>> kernel bits working using iio drivers (including a few new
>> ones I've written recently).
>>
>> Yesterday I realized there is a bit of a catch though, all
>> these iio drivers report results assuming that the accelerometer
>> is mounted on the top side of the PCB and with its X/Y
>> coordination properly taken info account.
>>
>> Unfortunately neither is necessarily true. Almost all
>> tablet PCBS are mounted upside down (with an empty PCB
>> backside against the lcd-panel. Meaning that the Z axis
>> reads -1G when the tablet is lying on its back instead
>> of the expected +1G and some need X/Y axis swapping and/or
>> inversion too.
>>
>> So there are 3 problems here:
>>
>> 1) Where do we store the orientation of the chip
>>
> <snip>
>> 2) Where do we correct the readings for the orientation
> <snip>
>> 3) Currently implementing orientation support in an iio driver
>> requires copy and pasting quite a bit of boiler plate, so
>> a question to the linux-iio list, has anyone though of an
>> easier way to do this. I really just want to be able to
>> pass say a single flag to iio_device_register and then
>> have the iio-core automatically call of_iio_read_mount_matrix()
>> and add mount_matrix ext_info.
>
> All good ideas, but we need a way to do this for devices without DT
> (meaning all of the x86 tablets).
Yes, so I've also been working on a touchscreen driver for silead
touchscreen controllers (the gsl1680 and compatibles), which has
the same problem, e.g. it needs tablet model specific firmware,
so we need to provide a per tablet firmware name, and also
things like resolution and orientation are different per model
tablet. I now have 2 x86 tablets with such touchscreens, my plan
for the silead driver is to use dmi info to identify the tablet
and have a tablet with per tablet info inside the driver, this
is not so easy to extend as the udev hw db, but in this case
the info is needed inside the actual driver for things to work
properly.
> Perhaps iio-sensor-proxy could read from udev instead, and udev either
> pull from DT when available, or apply from its own rules?
Directly pulling from dt is not really convenient and iio
already more or less has standardized on the mount_matrix
sysfs attribute. I think it might be best to make the
mount_matrix sysfs attribute writable and then udev can
write the correct settings there for x86 tablets at
least. So to any iio devs reading this thread:
would making the mount_matrix sysfs attribute writable
be an acceptable solution ?
Regards,
Hans
next prev parent reply other threads:[~2016-09-12 16:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 15:25 accelerometer orientation Hans de Goede
2016-09-12 15:39 ` Bastien Nocera
2016-09-12 16:15 ` Hans de Goede [this message]
2016-09-18 19:32 ` Jonathan Cameron
2016-09-19 14:14 ` Hans de Goede
2016-09-25 8:31 ` Jonathan Cameron
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=761fcac8-c7c8-0745-d8e8-f70fbb82451c@redhat.com \
--to=hdegoede@redhat.com \
--cc=hadess@hadess.net \
--cc=linux-iio@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).