Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1471914 > unrolled thread
| Started by | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| First post | 2016-08-29 17:20 +0200 |
| Last post | 2016-09-03 19:40 +0200 |
| Articles | 5 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 0/4] Add support for cros-ec-sensors Jonathan Cameron <jic23@kernel.org> - 2016-08-29 17:20 +0200
Re: [PATCH v4 0/4] Add support for cros-ec-sensors Lee Jones <lee.jones@linaro.org> - 2016-08-30 11:00 +0200
Re: [PATCH v4 0/4] Add support for cros-ec-sensors Jonathan Cameron <jic23@kernel.org> - 2016-08-31 22:10 +0200
Re: [PATCH v4 0/4] Add support for cros-ec-sensors Lee Jones <lee.jones@linaro.org> - 2016-09-01 09:30 +0200
Re: [PATCH v4 0/4] Add support for cros-ec-sensors Jonathan Cameron <jic23@kernel.org> - 2016-09-03 19:40 +0200
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2016-08-29 17:20 +0200 |
| Subject | Re: [PATCH v4 0/4] Add support for cros-ec-sensors |
| Message-ID | <sbwvT-v8-21@gated-at.bofh.it> |
On 21/08/16 20:57, Jonathan Cameron wrote: > On 16/08/16 13:49, Lee Jones wrote: >> On Mon, 15 Aug 2016, Jonathan Cameron wrote: >> >>> On 01/08/16 10:54, Enric Balletbo i Serra wrote: >>>> Hi, >>>> >>>> This is the four patchset to add support for the sensors behind the ChromeOS >>>> Embedded Controller. >>>> >>>> This version has only the patches to support common functions and 3d >>>> contiguous sensors like Accelerometers, Gyroscope and Magnetometer that are >>>> presented by the ChromeOS EC Sensor hub. The patches were tested on an Oak board. >>>> >>>> The code was checked out from the ChromeOS v3.18 tree and forward ported to >>>> mainline solving all the conflicts and build issues. I splitted the code in >>>> single patches that have sense by themselves in order to avoid the chances >>>> to fail. >>>> >>>> Note that the patches depends on this [1] to apply and work. >>>> >>>> [1] https://lkml.org/lkml/2016/7/1/188 >>> Given this dependency I'm assuming the best route for these is via >>> the MFD tree... >>> >>> Lee, shout if you want them to go a different route. >> >> IIO looks like a more suitable route. Please provide me with a >> pull-request base off of an immutable tag. > Hi Lee, > > As far as I can tell the precursor patch above hasn't gone in your > tree yet which leaves me unable to take this through IIO for now. > > Maybe I'm missing something! > > Jonathan Hi Lee, Any movement on the dependency above? Last I can find was you adding your ack to it: [PATCH v2 1/2] mfd: cros_ec: Add MKBP event support https://lkml.org/lkml/2016/8/16/423 Jonathan >> >>>> Waiting for your reviews and feedback. >>>> >>>> Changes since v3 (requested by Guenter Roeck) >>>> - Convert structure to a simple array >>>> - Remove PM declarations >>>> - Remove unnecessary initializations >>>> - cros_ec_sensors_cmd_read_u16: Conversion should only be done if ret >= 0 >>>> - Remove unnecessary else >>>> - Add Reviewed-by tag for two last patches. >>>> >>>> Changes since v2 (requested by Guenter Roeck and Jonhatan Cameron) >>>> - Rebased and fix build error. >>>> - Include a list of possible values in the description of location attr. >>>> - Fix some typos. >>>> - Remove id sysfs entry. >>>> - Skip filling by zero structure parameters that already zero'd. >>>> - Order includes alphabetically. >>>> - Propagate error codes. >>>> >>>> Changes since v1 (requested by Peter Meerwald-Stadler and Jonhatan Cameron) >>>> - Check kernel-doc documentation and >>>> - Bring some patches together. >>>> - Fix some spelling mistakes. >>>> - Include ABI documentation. >>>> - Be more careful with buffer sizes (sprintf -> snprintf) >>>> - Add cros_ec_sensors prefix to all function. >>>> - Check return values on some functions. >>>> >>>> Best regards, >>>> >>>> Enric Balletbo i Serra (3): >>>> iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC >>>> Sensor Hub. >>>> iio: cros_ec_sensors: add ChromeOS EC Contiguous Sensors driver >>>> platform/chrome: cros_ec_dev - Register cros-ec sensors >>>> >>>> Vincent Palatin (1): >>>> platform/chrome: Introduce a new function to check EC features. >>>> >>>> Documentation/ABI/testing/sysfs-bus-iio-cros-ec | 18 + >>>> drivers/iio/common/Kconfig | 1 + >>>> drivers/iio/common/Makefile | 1 + >>>> drivers/iio/common/cros_ec_sensors/Kconfig | 22 + >>>> drivers/iio/common/cros_ec_sensors/Makefile | 6 + >>>> .../iio/common/cros_ec_sensors/cros_ec_sensors.c | 322 +++++++++++++++ >>>> .../common/cros_ec_sensors/cros_ec_sensors_core.c | 450 +++++++++++++++++++++ >>>> .../common/cros_ec_sensors/cros_ec_sensors_core.h | 175 ++++++++ >>>> drivers/platform/chrome/cros_ec_dev.c | 159 ++++++++ >>>> include/linux/mfd/cros_ec.h | 10 + >>>> include/linux/mfd/cros_ec_commands.h | 183 ++++++++- >>>> 11 files changed, 1342 insertions(+), 5 deletions(-) >>>> create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-cros-ec >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/Kconfig >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/Makefile >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.h >>>> >>> >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-08-30 11:00 +0200 |
| Message-ID | <sbN3H-2x1-1@gated-at.bofh.it> |
| In reply to | #1471914 |
On Mon, 29 Aug 2016, Jonathan Cameron wrote: > On 21/08/16 20:57, Jonathan Cameron wrote: > > On 16/08/16 13:49, Lee Jones wrote: > >> On Mon, 15 Aug 2016, Jonathan Cameron wrote: > >> > >>> On 01/08/16 10:54, Enric Balletbo i Serra wrote: > >>>> Hi, > >>>> > >>>> This is the four patchset to add support for the sensors behind the ChromeOS > >>>> Embedded Controller. > >>>> > >>>> This version has only the patches to support common functions and 3d > >>>> contiguous sensors like Accelerometers, Gyroscope and Magnetometer that are > >>>> presented by the ChromeOS EC Sensor hub. The patches were tested on an Oak board. > >>>> > >>>> The code was checked out from the ChromeOS v3.18 tree and forward ported to > >>>> mainline solving all the conflicts and build issues. I splitted the code in > >>>> single patches that have sense by themselves in order to avoid the chances > >>>> to fail. > >>>> > >>>> Note that the patches depends on this [1] to apply and work. > >>>> > >>>> [1] https://lkml.org/lkml/2016/7/1/188 > >>> Given this dependency I'm assuming the best route for these is via > >>> the MFD tree... > >>> > >>> Lee, shout if you want them to go a different route. > >> > >> IIO looks like a more suitable route. Please provide me with a > >> pull-request base off of an immutable tag. > > Hi Lee, > > > > As far as I can tell the precursor patch above hasn't gone in your > > tree yet which leaves me unable to take this through IIO for now. > > > > Maybe I'm missing something! > > > > Jonathan > > Hi Lee, > > Any movement on the dependency above? > > Last I can find was you adding your ack to it: > [PATCH v2 1/2] mfd: cros_ec: Add MKBP event support > > https://lkml.org/lkml/2016/8/16/423 Well that's annoying. Okay, well when I send out the pull-request for this one, I will include you. Actually, better still -- take all of them on one branch and I will pull from you. Saves the toing and froing. > >>>> Waiting for your reviews and feedback. > >>>> > >>>> Changes since v3 (requested by Guenter Roeck) > >>>> - Convert structure to a simple array > >>>> - Remove PM declarations > >>>> - Remove unnecessary initializations > >>>> - cros_ec_sensors_cmd_read_u16: Conversion should only be done if ret >= 0 > >>>> - Remove unnecessary else > >>>> - Add Reviewed-by tag for two last patches. > >>>> > >>>> Changes since v2 (requested by Guenter Roeck and Jonhatan Cameron) > >>>> - Rebased and fix build error. > >>>> - Include a list of possible values in the description of location attr. > >>>> - Fix some typos. > >>>> - Remove id sysfs entry. > >>>> - Skip filling by zero structure parameters that already zero'd. > >>>> - Order includes alphabetically. > >>>> - Propagate error codes. > >>>> > >>>> Changes since v1 (requested by Peter Meerwald-Stadler and Jonhatan Cameron) > >>>> - Check kernel-doc documentation and > >>>> - Bring some patches together. > >>>> - Fix some spelling mistakes. > >>>> - Include ABI documentation. > >>>> - Be more careful with buffer sizes (sprintf -> snprintf) > >>>> - Add cros_ec_sensors prefix to all function. > >>>> - Check return values on some functions. > >>>> > >>>> Best regards, > >>>> > >>>> Enric Balletbo i Serra (3): > >>>> iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC > >>>> Sensor Hub. > >>>> iio: cros_ec_sensors: add ChromeOS EC Contiguous Sensors driver > >>>> platform/chrome: cros_ec_dev - Register cros-ec sensors > >>>> > >>>> Vincent Palatin (1): > >>>> platform/chrome: Introduce a new function to check EC features. > >>>> > >>>> Documentation/ABI/testing/sysfs-bus-iio-cros-ec | 18 + > >>>> drivers/iio/common/Kconfig | 1 + > >>>> drivers/iio/common/Makefile | 1 + > >>>> drivers/iio/common/cros_ec_sensors/Kconfig | 22 + > >>>> drivers/iio/common/cros_ec_sensors/Makefile | 6 + > >>>> .../iio/common/cros_ec_sensors/cros_ec_sensors.c | 322 +++++++++++++++ > >>>> .../common/cros_ec_sensors/cros_ec_sensors_core.c | 450 +++++++++++++++++++++ > >>>> .../common/cros_ec_sensors/cros_ec_sensors_core.h | 175 ++++++++ > >>>> drivers/platform/chrome/cros_ec_dev.c | 159 ++++++++ > >>>> include/linux/mfd/cros_ec.h | 10 + > >>>> include/linux/mfd/cros_ec_commands.h | 183 ++++++++- > >>>> 11 files changed, 1342 insertions(+), 5 deletions(-) > >>>> create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-cros-ec > >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/Kconfig > >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/Makefile > >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c > >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > >>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.h > >>>> > >>> > >> > > > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2016-08-31 22:10 +0200 |
| Message-ID | <scjZD-6XP-7@gated-at.bofh.it> |
| In reply to | #1472330 |
On 30/08/16 09:57, Lee Jones wrote: > On Mon, 29 Aug 2016, Jonathan Cameron wrote: > >> On 21/08/16 20:57, Jonathan Cameron wrote: >>> On 16/08/16 13:49, Lee Jones wrote: >>>> On Mon, 15 Aug 2016, Jonathan Cameron wrote: >>>> >>>>> On 01/08/16 10:54, Enric Balletbo i Serra wrote: >>>>>> Hi, >>>>>> >>>>>> This is the four patchset to add support for the sensors behind the ChromeOS >>>>>> Embedded Controller. >>>>>> >>>>>> This version has only the patches to support common functions and 3d >>>>>> contiguous sensors like Accelerometers, Gyroscope and Magnetometer that are >>>>>> presented by the ChromeOS EC Sensor hub. The patches were tested on an Oak board. >>>>>> >>>>>> The code was checked out from the ChromeOS v3.18 tree and forward ported to >>>>>> mainline solving all the conflicts and build issues. I splitted the code in >>>>>> single patches that have sense by themselves in order to avoid the chances >>>>>> to fail. >>>>>> >>>>>> Note that the patches depends on this [1] to apply and work. >>>>>> >>>>>> [1] https://lkml.org/lkml/2016/7/1/188 >>>>> Given this dependency I'm assuming the best route for these is via >>>>> the MFD tree... >>>>> >>>>> Lee, shout if you want them to go a different route. >>>> >>>> IIO looks like a more suitable route. Please provide me with a >>>> pull-request base off of an immutable tag. >>> Hi Lee, >>> >>> As far as I can tell the precursor patch above hasn't gone in your >>> tree yet which leaves me unable to take this through IIO for now. >>> >>> Maybe I'm missing something! >>> >>> Jonathan >> >> Hi Lee, >> >> Any movement on the dependency above? >> >> Last I can find was you adding your ack to it: >> [PATCH v2 1/2] mfd: cros_ec: Add MKBP event support >> >> https://lkml.org/lkml/2016/8/16/423 > > Well that's annoying. Okay, well when I send out the pull-request for > this one, I will include you. > > Actually, better still -- take all of them on one branch and I will > pull from you. Saves the toing and froing. > Sure. Will probably be the weekend before I get this sorted. Jonathan >>>>>> Waiting for your reviews and feedback. >>>>>> >>>>>> Changes since v3 (requested by Guenter Roeck) >>>>>> - Convert structure to a simple array >>>>>> - Remove PM declarations >>>>>> - Remove unnecessary initializations >>>>>> - cros_ec_sensors_cmd_read_u16: Conversion should only be done if ret >= 0 >>>>>> - Remove unnecessary else >>>>>> - Add Reviewed-by tag for two last patches. >>>>>> >>>>>> Changes since v2 (requested by Guenter Roeck and Jonhatan Cameron) >>>>>> - Rebased and fix build error. >>>>>> - Include a list of possible values in the description of location attr. >>>>>> - Fix some typos. >>>>>> - Remove id sysfs entry. >>>>>> - Skip filling by zero structure parameters that already zero'd. >>>>>> - Order includes alphabetically. >>>>>> - Propagate error codes. >>>>>> >>>>>> Changes since v1 (requested by Peter Meerwald-Stadler and Jonhatan Cameron) >>>>>> - Check kernel-doc documentation and >>>>>> - Bring some patches together. >>>>>> - Fix some spelling mistakes. >>>>>> - Include ABI documentation. >>>>>> - Be more careful with buffer sizes (sprintf -> snprintf) >>>>>> - Add cros_ec_sensors prefix to all function. >>>>>> - Check return values on some functions. >>>>>> >>>>>> Best regards, >>>>>> >>>>>> Enric Balletbo i Serra (3): >>>>>> iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC >>>>>> Sensor Hub. >>>>>> iio: cros_ec_sensors: add ChromeOS EC Contiguous Sensors driver >>>>>> platform/chrome: cros_ec_dev - Register cros-ec sensors >>>>>> >>>>>> Vincent Palatin (1): >>>>>> platform/chrome: Introduce a new function to check EC features. >>>>>> >>>>>> Documentation/ABI/testing/sysfs-bus-iio-cros-ec | 18 + >>>>>> drivers/iio/common/Kconfig | 1 + >>>>>> drivers/iio/common/Makefile | 1 + >>>>>> drivers/iio/common/cros_ec_sensors/Kconfig | 22 + >>>>>> drivers/iio/common/cros_ec_sensors/Makefile | 6 + >>>>>> .../iio/common/cros_ec_sensors/cros_ec_sensors.c | 322 +++++++++++++++ >>>>>> .../common/cros_ec_sensors/cros_ec_sensors_core.c | 450 +++++++++++++++++++++ >>>>>> .../common/cros_ec_sensors/cros_ec_sensors_core.h | 175 ++++++++ >>>>>> drivers/platform/chrome/cros_ec_dev.c | 159 ++++++++ >>>>>> include/linux/mfd/cros_ec.h | 10 + >>>>>> include/linux/mfd/cros_ec_commands.h | 183 ++++++++- >>>>>> 11 files changed, 1342 insertions(+), 5 deletions(-) >>>>>> create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-cros-ec >>>>>> create mode 100644 drivers/iio/common/cros_ec_sensors/Kconfig >>>>>> create mode 100644 drivers/iio/common/cros_ec_sensors/Makefile >>>>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c >>>>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c >>>>>> create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.h >>>>>> >>>>> >>>> >>> >> >
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-09-01 09:30 +0200 |
| Message-ID | <scuBI-63L-45@gated-at.bofh.it> |
| In reply to | #1473820 |
> >>>>> Given this dependency I'm assuming the best route for these is via > >>>>> the MFD tree... > >>>>> > >>>>> Lee, shout if you want them to go a different route. > >>>> > >>>> IIO looks like a more suitable route. Please provide me with a > >>>> pull-request base off of an immutable tag. > >>> Hi Lee, > >>> > >>> As far as I can tell the precursor patch above hasn't gone in your > >>> tree yet which leaves me unable to take this through IIO for now. > >>> > >>> Maybe I'm missing something! > >>> > >>> Jonathan > >> > >> Hi Lee, > >> > >> Any movement on the dependency above? > >> > >> Last I can find was you adding your ack to it: > >> [PATCH v2 1/2] mfd: cros_ec: Add MKBP event support > >> > >> https://lkml.org/lkml/2016/8/16/423 > > > > Well that's annoying. Okay, well when I send out the pull-request for > > this one, I will include you. > > > > Actually, better still -- take all of them on one branch and I will > > pull from you. Saves the toing and froing. > > > Sure. Will probably be the weekend before I get this sorted. No rush. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2016-09-03 19:40 +0200 |
| Message-ID | <sdn58-8f6-15@gated-at.bofh.it> |
| In reply to | #1474129 |
On 01/09/16 08:24, Lee Jones wrote: >>>>>>> Given this dependency I'm assuming the best route for these is via >>>>>>> the MFD tree... >>>>>>> >>>>>>> Lee, shout if you want them to go a different route. >>>>>> >>>>>> IIO looks like a more suitable route. Please provide me with a >>>>>> pull-request base off of an immutable tag. >>>>> Hi Lee, >>>>> >>>>> As far as I can tell the precursor patch above hasn't gone in your >>>>> tree yet which leaves me unable to take this through IIO for now. >>>>> >>>>> Maybe I'm missing something! >>>>> >>>>> Jonathan >>>> >>>> Hi Lee, >>>> >>>> Any movement on the dependency above? >>>> >>>> Last I can find was you adding your ack to it: >>>> [PATCH v2 1/2] mfd: cros_ec: Add MKBP event support >>>> >>>> https://lkml.org/lkml/2016/8/16/423 >>> >>> Well that's annoying. Okay, well when I send out the pull-request for >>> this one, I will include you. >>> >>> Actually, better still -- take all of them on one branch and I will >>> pull from you. Saves the toing and froing. >>> >> Sure. Will probably be the weekend before I get this sorted. > > No rush. > Ah, I see you ended up with an immutable branch of this anyway: your ib-mfd-input-4.9 branch. I'll build an immutable branch on that ib-iio-mfd-4.9 in iio.git. Unfortunately I don't have an Ack for patch 4 from Olof yet so can't take that and until I do, the rest makes little sense as it's not enabled. Jonathan
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web