On Thu, Sep 14, 2023 at 03:28:59PM +0300, Dmitry Baryshkov wrote:
On Mon, 11 Sept 2023 at 09:01, Can Guo [off-list ref] wrote:
quoted
To make the code more readable, move the data structs and PHY settting
tables to a header file, namely the phy-qcom-qmp-ufs.h.
Signed-off-by: Can Guo <redacted>
---
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 802 +------------------------------
drivers/phy/qualcomm/phy-qcom-qmp-ufs.h | 805 ++++++++++++++++++++++++++++++++
2 files changed, 806 insertions(+), 801 deletions(-)
create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-ufs.h
Is there any reason to do so? Other than just moving stuff around, it
doesn't give us anything. This header will not be shared with any
other driver. Just moving data tables to the header (ugh, static data
in the header) doesn't make code more readable.
I think the motive here is to move the static tables to one file and have the
rest of the code in another. Because, the static tables itself occupy 1.2k LoC
now and it is going to grow. So let's keep them in a single file to avoid mixing
it with rest of the driver code.
- Mani
If you really would like to clean up the QMP drivers, please consider
splitting _common_ parts. But at this point I highly doubt that it is
possible in a useful way.
--
With best wishes
Dmitry
--
மணிவண்ணன் சதாசிவம்
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy