Pressure Switch
From OMAPpedia
Welcome to the Pressure Sensor webpage.
[edit] Introduction
This webpage describes the Pressure Sensor software development effort, mainly its current status and features planned in the road map.
At present, Pressure sensor is supported only on OMAP4 platforms which uses the BMP085 sensor. It can report Pressure in degree Pascals.
[edit] List of Features Supported
- On OMAP4
- Pressure reporting through sysfs entry.
- Configuration: Allows read and update of configuration parameters via sysfs
[edit] Design
The figure explains the archetural overview of the driver. The sensor interacts with the OMAP using the I2C bus. It reports the sensor values Pressure in this case through sysfs entries.
The driver registers itself using the standard misc device interface.
[edit] Feature Status Summary
Here is the summary of completed, ongoing and planned features in the Pressure sensor driver.
Accelerometer Driver
| ID | Title | Target Week | Upstream Status | Link to Patches | Priority | Owner | Dev Status | Comments & Link to Details |
| BMP085 | Support for Pressure sensor | NA | Under External Review | https://patchwork.kernel.org/patch/105966/ | NA | Shubhrajyoti | to be released in L24.8 | See details |
[edit] Defect Status Summary
Here is the summary of completed, ongoing and planned defect fixes in the Pressure sensor driver.
Pressure sensor Driver
| ID | Title | Target Week | Upstream Status | Link to Patches | Features Impacted | Priority | Owner | Dev Status | Comments & Link to Details |
| Nothing to Report | NA | NA | NA | NA | NA | NA | NA | NA | NA |
[edit] FAQ
TBD
[edit] Feature Status Details
[edit] BMP085 Support for Pressure sensor
development completed
[edit] Defect Status Details
None reported so far
[edit] Future Development Plan
None at present
[edit] Information on Testing
TBD
[edit] Submit Your Ideas Here
Please list them as separate subsections (use ===title===). Please include your name, email ID and date for easy processing.
[edit] Owner
Shubhrajyoti D <shubhrajyoti@ti.com>
[edit] Contributors
Shubhrajyoti D <shubhrajyoti@ti.com>
[edit] Patches Merged in kernel.org
None
[edit] Recent Submissions to Open Source
None
[edit] Current Status of Patches in Omapzoom Tree
None
[edit] Upstreaming Sensors - Points for discussion
There was resistance to seeing the driver for the input device. Also it does not justify being a hwmon. So misc device is suggested.