On Sun, 7 Feb 2021 17:08:58 +0100 Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > Hi All, > > Here is a patch-set implementing the standardized "accel-display" > and "accel-base" label sysfs-attributes defined in my earlier > "[PATCH 1/2] iio: documentation: Document proximity sensor label use" > "[PATCH 2/2] iio: documentation: Document accelerometer label use" > series. > > This patch sets adds these labels to the bmc150 and kxcjk-1013 accel > drivers. Series applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to poke at it. Note we are almost certainly too late for coming merge window so this will be next time around. Thanks, Jonathan > > Regards, > > Hans > > > Hans de Goede (3): > iio: core: Allow drivers to specify a label without it coming from of > iio: accel: bmc150: Set label based on accel-location on 2-accel > yoga-style 2-in-1s > iio: accel: kxcjk-1013: Set label based on accel-location on 2-accel > yoga-style 2-in-1s > > drivers/iio/accel/bmc150-accel-core.c | 18 ++++++++++++------ > drivers/iio/accel/kxcjk-1013.c | 14 ++++++++++---- > drivers/iio/industrialio-core.c | 6 ++++-- > 3 files changed, 26 insertions(+), 12 deletions(-) >