linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] soc: qcom: llcc cleanups
@ 2019-07-18 13:02 Vivek Gautam
  2019-07-18 13:02 ` [PATCH 1/3] soc: qcom: llcc cleanup to get rid of sdm845 specific driver file Vivek Gautam
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vivek Gautam @ 2019-07-18 13:02 UTC (permalink / raw)
  To: agross, linux-arm-msm
  Cc: bjorn.andersson, jcrouse, rishabhb, evgreen, linux-kernel, Vivek Gautam

To better support future versions of llcc, consolidating the
driver to llcc-qcom driver file, and taking care of the dependencies.
v1 series is availale at:
https://lore.kernel.org/patchwork/patch/1099573/

Changes since v1:
Addressing Bjorn's comments -
 * Not using llcc-plat as the platform driver rather using a single
   driver file now - llcc-qcom.
 * Removed SCT_ENTRY macro.
 * Moved few structure definitions from include/linux path to llcc-qcom
   driver as they are not exposed to other subsystems.

Vivek Gautam (3):
  soc: qcom: llcc cleanup to get rid of sdm845 specific driver file
  soc: qcom: Rename llcc-slice to llcc-qcom
  soc: qcom: Make llcc-qcom a generic driver

 drivers/soc/qcom/Kconfig                       |  14 +--
 drivers/soc/qcom/Makefile                      |   3 +-
 drivers/soc/qcom/{llcc-slice.c => llcc-qcom.c} | 155 +++++++++++++++++++++++--
 drivers/soc/qcom/llcc-sdm845.c                 | 100 ----------------
 include/linux/soc/qcom/llcc-qcom.h             | 104 -----------------
 5 files changed, 152 insertions(+), 224 deletions(-)
 rename drivers/soc/qcom/{llcc-slice.c => llcc-qcom.c} (64%)
 delete mode 100644 drivers/soc/qcom/llcc-sdm845.c

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


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

end of thread, other threads:[~2019-09-05  6:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-18 13:02 [PATCH v2 0/3] soc: qcom: llcc cleanups Vivek Gautam
2019-07-18 13:02 ` [PATCH 1/3] soc: qcom: llcc cleanup to get rid of sdm845 specific driver file Vivek Gautam
2019-07-18 13:02 ` [PATCH 2/3] soc: qcom: Rename llcc-slice to llcc-qcom Vivek Gautam
2019-09-05  6:53   ` Stephen Boyd
2019-07-18 13:02 ` [PATCH 3/3] soc: qcom: Make llcc-qcom a generic driver Vivek Gautam
2019-08-02  6:13 ` [PATCH v2 0/3] soc: qcom: llcc cleanups Vivek Gautam
2019-08-27 11:01   ` Vivek Gautam
2019-09-04  4:42     ` Bjorn Andersson
2019-09-04  7:53       ` Vivek Gautam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).