lkml.org 
[lkml]   [2021]   [Jun]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH net-next 0/3] net: ipa: introduce ipa_syfs.c
Date
This series (its last patch, actually) creates a new source file,
"ipa_syfs.c", to contain functions and data that expose to user
space information known by the IPA driver via device attributes.

The directory containing these files on supported systems is:
/sys/devices/platform/soc@0/1e40000.ipa

And within that direcftory, the following files and directories
are added:
.
|-- feature
| |-- rx_offload Type of checksum offload supported
| `-- tx_offload
| . . .
|-- modem
| |-- rx_endpoint_id IPA endpoint IDs for the embedded modem
| `-- tx_endpoint_id
| . . .
|-- version IPA hardware version (informational)
. . .

The first patch just makes endpoint validation unconditional, as
suggested by Leon Romanovsky. The second just ensures the version
defined in configuration data is valid, so the version attribute
doesn't have to handle unrecognized version numbers.

-Alex

Alex Elder (3):
net: ipa: make endpoint data validation unconditional
net: ipa: introduce ipa_version_valid()
net: ipa: introduce sysfs code

.../testing/sysfs-devices-platform-soc-ipa | 78 ++++++++++
drivers/net/ipa/Makefile | 3 +-
drivers/net/ipa/ipa_endpoint.c | 12 --
drivers/net/ipa/ipa_main.c | 36 ++++-
drivers/net/ipa/ipa_sysfs.c | 136 ++++++++++++++++++
drivers/net/ipa/ipa_sysfs.h | 15 ++
drivers/net/ipa/ipa_version.h | 2 +
7 files changed, 268 insertions(+), 14 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-devices-platform-soc-ipa
create mode 100644 drivers/net/ipa/ipa_sysfs.c
create mode 100644 drivers/net/ipa/ipa_sysfs.h

--
2.27.0

\
 
 \ /
  Last update: 2021-06-11 22:41    [W:0.053 / U:0.332 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site