All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND,PATCH v7 0/2] soc: qcom: Add SoC info driver
@ 2017-01-04  7:13 Imran Khan
  2017-01-04  8:15 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Imran Khan @ 2017-01-04  7:13 UTC (permalink / raw)
  To: andy.gross; +Cc: lee.jones, linux-kernel, linux-arm-msm, Imran Khan

This is patchset v7 which takes care of review comments
received for patchset v6. Resending the patch set as
the last one had a compilation error. 

Major changes with respect to patch v6 are as below:
 - Rather than showing string for h/w types, just show the
   number obtained from SMEM. The reader of this number
   is supposed to parse this into a human readable string 
   as this information may be different for different ODMs
 - Create an attribute 'qcom_odm' depending on the presence
   of corresponding property in SMEM DT entry. This information
   can be used for ODM specific interpretation of SMEM socinfo
   content
 - Read machine value from DT, rather than using soc-id as index
   in an ever increasing array of machine names

Imran Khan (2):
  soc: qcom: Add SoC info driver
  Documentation/ABI: Add ABI information for QCOM socinfo driver

 Documentation/ABI/stable/sysfs-driver-qcom_socinfo | 147 ++++++
 drivers/soc/qcom/Kconfig                           |   1 +
 drivers/soc/qcom/Makefile                          |   3 +-
 drivers/soc/qcom/smem.c                            |   5 +
 drivers/soc/qcom/socinfo.c                         | 515 +++++++++++++++++++++
 5 files changed, 670 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/stable/sysfs-driver-qcom_socinfo
 create mode 100644 drivers/soc/qcom/socinfo.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RESEND,PATCH v7 0/2] soc: qcom: Add SoC info driver
  2017-01-04  7:13 [RESEND,PATCH v7 0/2] soc: qcom: Add SoC info driver Imran Khan
@ 2017-01-04  8:15 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2017-01-04  8:15 UTC (permalink / raw)
  To: Imran Khan; +Cc: andy.gross, linux-kernel, linux-arm-msm

On Wed, 04 Jan 2017, Imran Khan wrote:

> This is patchset v7 which takes care of review comments
> received for patchset v6. Resending the patch set as
> the last one had a compilation error. 
> 
> Major changes with respect to patch v6 are as below:
>  - Rather than showing string for h/w types, just show the
>    number obtained from SMEM. The reader of this number
>    is supposed to parse this into a human readable string 
>    as this information may be different for different ODMs
>  - Create an attribute 'qcom_odm' depending on the presence
>    of corresponding property in SMEM DT entry. This information
>    can be used for ODM specific interpretation of SMEM socinfo
>    content
>  - Read machine value from DT, rather than using soc-id as index
>    in an ever increasing array of machine names
> 
> Imran Khan (2):
>   soc: qcom: Add SoC info driver
>   Documentation/ABI: Add ABI information for QCOM socinfo driver
> 
>  Documentation/ABI/stable/sysfs-driver-qcom_socinfo | 147 ++++++
>  drivers/soc/qcom/Kconfig                           |   1 +
>  drivers/soc/qcom/Makefile                          |   3 +-
>  drivers/soc/qcom/smem.c                            |   5 +
>  drivers/soc/qcom/socinfo.c                         | 515 +++++++++++++++++++++
>  5 files changed, 670 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/ABI/stable/sysfs-driver-qcom_socinfo
>  create mode 100644 drivers/soc/qcom/socinfo.c

This set has nothing to do with me.  Please only send patches to
relevant Maintainers.  We have enough mail as it is.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-04  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04  7:13 [RESEND,PATCH v7 0/2] soc: qcom: Add SoC info driver Imran Khan
2017-01-04  8:15 ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.