Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1502684
| Path | csiph.com!news.freedyn.net!newsfeed.datemas.de!enother.net!enother.net!news.mixmin.net!news.unit0.net!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Vivek Gautam <vivek.gautam@codeaurora.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] ufs-qcom: phy/hcd: Clean up qcom-ufs phy and ufs-qcom hcd |
| Date | Tue, 18 Oct 2016 06:50:01 +0200 |
| Message-ID | <stuvD-5o7-3@gated-at.bofh.it> (permalink) |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1476766155; bh=lbd3mZ/eDgpe+4p9EDtpMA4Q0EljQckklDdM2hhn4H8=; h=From:To:Cc:Subject:Date:From; b=pPdrJN0cism/XZWdVFEq6jKDY6m1mavMxh2VyhWxwfEP00EdvTpGYOM/aMpXieuMn NROTHa/EmHUVlizPta0ssPx+tjwHLaWFAHIUaidstRMv0KzGOKE0haSKaKGD652GhH jkYQtMU7fZqRGmP9EfabEcBaaHX5X5k34KmRwK0w= |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1476766154; bh=lbd3mZ/eDgpe+4p9EDtpMA4Q0EljQckklDdM2hhn4H8=; h=From:To:Cc:Subject:Date:From; b=kxc7iEB9PmuL2HoFVSnzXNSFlWJ66kMlPwMDftJWRgJh5XGrd3al55RI81UYfW9jI 49IrSpfF9BEySmgJ8ZF50887VgPW9dWVTLvsbXJZx1ZCy8NnoG5wGvKV9A6Ke5vtqm g0nBHAQKoZQmiyXrZcqiECqjIlLSs8pwtIU0ba3Y= |
| Dmarc-Filter | OpenDMARC Filter v1.3.1 smtp.codeaurora.org 9CC61617F1 |
| Authentication-Results | pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org |
| Authentication-Results | pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=vivek.gautam@codeaurora.org |
| X-Mailer | git-send-email 1.9.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 33 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | subhashj@codeaurora.org, linux-scsi@vger.kernel.org, linux-arm-msm@vger.kernel.org, Vivek Gautam <vivek.gautam@codeaurora.org> |
| X-Original-Date | Tue, 18 Oct 2016 10:18:58 +0530 |
| X-Original-Message-ID | <1476766145-27583-1-git-send-email-vivek.gautam@codeaurora.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1502684 |
Show key headers only | View raw
These patches cleanup the ufs phy driver to an extent. Subsequent patches will target to clean the phy_init() of these qcom-ufs phy drivers in order to get rid of a number of exported APIs that phy drivers expose for ufs-qcom hcd driver to use. These patches are based on linux-phy next branch, and have been tested with on db820c hardware with integration branch - 'integration-linux-qcomlt' of qualcomm linaro lt tree [1]. [1] https://git.linaro.org/landing-teams/working/qualcomm/kernel.git Vivek Gautam (6): phy: qcom-ufs: Remove unnecessary BUG_ON phy: qcom-ufs: Use devm sibling of kstrdup for regulator names phy: qcom-ufs-qmp-xx: Discard remove callback for drivers. phy: qcom-ufs: Cleanup clock and regulator initialization phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy init ufs-qcom: phy/hcd: Refactoring phy clock handling Yaniv Gardi (1): phy: qcom-ufs: remove failure when rx/tx_iface_clk are absence drivers/phy/phy-qcom-ufs-i.h | 6 +- drivers/phy/phy-qcom-ufs-qmp-14nm.c | 66 ++++++++------------ drivers/phy/phy-qcom-ufs-qmp-20nm.c | 60 +++++++------------ drivers/phy/phy-qcom-ufs.c | 116 +++++++++++++++++------------------- drivers/scsi/ufs/ufs-qcom.c | 15 ----- 5 files changed, 101 insertions(+), 162 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] ufs-qcom: phy/hcd: Clean up qcom-ufs phy and ufs-qcom hcd Vivek Gautam <vivek.gautam@codeaurora.org> - 2016-10-18 06:50 +0200 [PATCH 3/7] phy: qcom-ufs: Use devm sibling of kstrdup for regulator names Vivek Gautam <vivek.gautam@codeaurora.org> - 2016-10-18 06:50 +0200 [PATCH 7/7] ufs-qcom: phy/hcd: Refactoring phy clock handling Vivek Gautam <vivek.gautam@codeaurora.org> - 2016-10-18 07:00 +0200 [PATCH 4/7] phy: qcom-ufs-qmp-xx: Discard remove callback for drivers. Vivek Gautam <vivek.gautam@codeaurora.org> - 2016-10-18 07:00 +0200 [PATCH 5/7] phy: qcom-ufs: Cleanup clock and regulator initialization Vivek Gautam <vivek.gautam@codeaurora.org> - 2016-10-18 07:00 +0200 [PATCH 6/7] phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy init Vivek Gautam <vivek.gautam@codeaurora.org> - 2016-10-18 07:00 +0200 [PATCH 1/7] phy: qcom-ufs: remove failure when rx/tx_iface_clk are absent Vivek Gautam <vivek.gautam@codeaurora.org> - 2016-10-18 07:00 +0200
csiph-web