mbox series

[v2,0/6] soc/tegra: fuse: Add ACPI support

Message ID 20230905125824.2947-1-kkartik@nvidia.com
Headers show
Series soc/tegra: fuse: Add ACPI support | expand

Message

Kartik Rajput Sept. 5, 2023, 12:58 p.m. UTC
This series of patches add ACPI support for Tegra194 and Tegra234 in
Tegra fuse and apbmisc drivers. It also adds support for Tegra241
which uses ACPI boot.

Kartik (6):
  soc/tegra: fuse: Refactor resource mapping
  soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
  soc/tegra: fuse: Add function to add lookups
  soc/tegra: fuse: Add function to print SKU info
  soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
  soc/tegra: fuse: Add support for Tegra241

 drivers/soc/tegra/Kconfig              |   5 ++
 drivers/soc/tegra/fuse/fuse-tegra.c    | 119 +++++++++++++++++++------
 drivers/soc/tegra/fuse/fuse-tegra30.c  |  21 +++++
 drivers/soc/tegra/fuse/fuse.h          |   5 ++
 drivers/soc/tegra/fuse/tegra-apbmisc.c | 110 +++++++++++++++++++----
 include/soc/tegra/fuse.h               |   1 +
 6 files changed, 217 insertions(+), 44 deletions(-)

Comments

Andy Shevchenko Sept. 6, 2023, 2:56 p.m. UTC | #1
On Tue, Sep 05, 2023 at 06:28:18PM +0530, Kartik wrote:
> This series of patches add ACPI support for Tegra194 and Tegra234 in
> Tegra fuse and apbmisc drivers. It also adds support for Tegra241
> which uses ACPI boot.

Neither here, nor in the individual patches I do _not_ see the changelog.
What's going on?
Kartik Rajput Sept. 7, 2023, 7:11 a.m. UTC | #2
On Wed, 2023-09-06 at 17:56 +0300, Andy Shevchenko wrote:
>On Tue, Sep 05, 2023 at 06:28:18PM +0530, Kartik wrote:
>> This series of patches add ACPI support for Tegra194 and Tegra234 in
>> Tegra fuse and apbmisc drivers. It also adds support for Tegra241
>> which uses ACPI boot.
>
>Neither here, nor in the individual patches I do _not_ see the changelog.
>What's going on?
>
>--
>With Best Regards,
>Andy Shevchenko

Apologies for the confusion. I've posted v3 of this series with changelogs.

Regards,
Kartik