Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1716927 > unrolled thread
| Started by | "Mani, Rajmohan" <rajmohan.mani@intel.com> |
|---|---|
| First post | 2017-08-22 01:00 +0200 |
| Last post | 2017-08-22 02:20 +0200 |
| Articles | 3 — 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 v5 0/3] TPS68470 PMIC drivers "Mani, Rajmohan" <rajmohan.mani@intel.com> - 2017-08-22 01:00 +0200
Re: [PATCH v5 0/3] TPS68470 PMIC drivers "Rafael J. Wysocki" <rafael@kernel.org> - 2017-08-22 02:10 +0200
RE: [PATCH v5 0/3] TPS68470 PMIC drivers "Mani, Rajmohan" <rajmohan.mani@intel.com> - 2017-08-22 02:20 +0200
| From | "Mani, Rajmohan" <rajmohan.mani@intel.com> |
|---|---|
| Date | 2017-08-22 01:00 +0200 |
| Subject | RE: [PATCH v5 0/3] TPS68470 PMIC drivers |
| Message-ID | <uh3PP-1W0-3@gated-at.bofh.it> |
Hi Andy, > > >> > This is the patch series for TPS68470 PMIC that works as a camera PMIC. > > >> > > > >> > The patch series provide the following 3 drivers, to help configure the > voltage regulators, clocks and GPIOs provided by the TPS68470 PMIC, to be > able to use the camera sensors connected to this PMIC. > > >> > > > >> > TPS68470 MFD driver: > > >> > This is the multi function driver that initializes the TPS68470 PMIC and > supports the GPIO and Op Region functions. > > >> > > > >> > TPS68470 GPIO driver: > > >> > This is the PMIC GPIO driver that will be used by the OS GPIO layer, > when the BIOS / firmware triggered GPIO access is done. > > >> > > > >> > TPS68470 Op Region driver: > > >> > This is the driver that will be invoked, when the BIOS / firmware > configures the voltage / clock for the sensors / vcm devices connected to the > PMIC. > > >> > > > >> > > >> All three patches are good to me (we did few rounds of internal > > >> review before posting v4) > > >> > > >> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > > > > > > OK, so how should they be routed? > > > > Good question. I don't know how last time PMIC drivers were merged, > > here I think is just sane to route vi MFD with immutable branch > > created. > > OK > > I will assume that the series will go in through MFD then. > Now that the MFD and GPIO patches of v6 of this series have been applied on respective trees, can you advise the next steps for the ACPI / PMIC Opregion driver? Thanks Raj
[toc] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Date | 2017-08-22 02:10 +0200 |
| Message-ID | <uh4Vz-2Qk-5@gated-at.bofh.it> |
| In reply to | #1716927 |
On Tue, Aug 22, 2017 at 12:58 AM, Mani, Rajmohan <rajmohan.mani@intel.com> wrote: > Hi Andy, > >> > >> > This is the patch series for TPS68470 PMIC that works as a camera PMIC. >> > >> > >> > >> > The patch series provide the following 3 drivers, to help configure the >> voltage regulators, clocks and GPIOs provided by the TPS68470 PMIC, to be >> able to use the camera sensors connected to this PMIC. >> > >> > >> > >> > TPS68470 MFD driver: >> > >> > This is the multi function driver that initializes the TPS68470 PMIC and >> supports the GPIO and Op Region functions. >> > >> > >> > >> > TPS68470 GPIO driver: >> > >> > This is the PMIC GPIO driver that will be used by the OS GPIO layer, >> when the BIOS / firmware triggered GPIO access is done. >> > >> > >> > >> > TPS68470 Op Region driver: >> > >> > This is the driver that will be invoked, when the BIOS / firmware >> configures the voltage / clock for the sensors / vcm devices connected to the >> PMIC. >> > >> > >> > >> >> > >> All three patches are good to me (we did few rounds of internal >> > >> review before posting v4) >> > >> >> > >> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> >> > > >> > > OK, so how should they be routed? >> > >> > Good question. I don't know how last time PMIC drivers were merged, >> > here I think is just sane to route vi MFD with immutable branch >> > created. >> >> OK >> >> I will assume that the series will go in through MFD then. >> > > Now that the MFD and GPIO patches of v6 of this series have been applied on respective trees, can you advise the next steps for the ACPI / PMIC Opregion driver? Well, it would have been better to route the whole series through one tree. Now it's better to wait until the two other trees get merged and then apply the opregion patch. Thanks, Rafael
[toc] | [prev] | [next] | [standalone]
| From | "Mani, Rajmohan" <rajmohan.mani@intel.com> |
|---|---|
| Date | 2017-08-22 02:20 +0200 |
| Message-ID | <uh55f-2TV-9@gated-at.bofh.it> |
| In reply to | #1716944 |
Hi Rafael, > >> > >> > This is the patch series for TPS68470 PMIC that works as a camera > PMIC. > >> > >> > > >> > >> > The patch series provide the following 3 drivers, to help > >> > >> > configure the > >> voltage regulators, clocks and GPIOs provided by the TPS68470 PMIC, > >> to be able to use the camera sensors connected to this PMIC. > >> > >> > > >> > >> > TPS68470 MFD driver: > >> > >> > This is the multi function driver that initializes the > >> > >> > TPS68470 PMIC and > >> supports the GPIO and Op Region functions. > >> > >> > > >> > >> > TPS68470 GPIO driver: > >> > >> > This is the PMIC GPIO driver that will be used by the OS GPIO > >> > >> > layer, > >> when the BIOS / firmware triggered GPIO access is done. > >> > >> > > >> > >> > TPS68470 Op Region driver: > >> > >> > This is the driver that will be invoked, when the BIOS / > >> > >> > firmware > >> configures the voltage / clock for the sensors / vcm devices > >> connected to the PMIC. > >> > >> > > >> > >> > >> > >> All three patches are good to me (we did few rounds of internal > >> > >> review before posting v4) > >> > >> > >> > >> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > >> > > > >> > > OK, so how should they be routed? > >> > > >> > Good question. I don't know how last time PMIC drivers were merged, > >> > here I think is just sane to route vi MFD with immutable branch > >> > created. > >> > >> OK > >> > >> I will assume that the series will go in through MFD then. > >> > > > > Now that the MFD and GPIO patches of v6 of this series have been applied > on respective trees, can you advise the next steps for the ACPI / PMIC Opregion > driver? > > Well, it would have been better to route the whole series through one tree. > Now it's better to wait until the two other trees get merged and then apply the > opregion patch. > Ack. Let me get back once the other 2 trees are merged. Thanks Raj
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web