[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210611203940.3171057-1-elder@linaro.org>
Date: Fri, 11 Jun 2021 15:39:37 -0500
From: Alex Elder <elder@...aro.org>
To: davem@...emloft.net, kuba@...nel.org
Cc: leon@...nel.org, bjorn.andersson@...aro.org, evgreen@...omium.org,
cpratapa@...eaurora.org, subashab@...eaurora.org, elder@...nel.org,
aleksander@...ksander.es, ejcaruso@...gle.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH net-next 0/3] net: ipa: introduce ipa_syfs.c
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@...e40000.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
Powered by blists - more mailing lists