Message ID | 20230814215457.4075025-1-bhupesh.sharma@linaro.org |
---|---|
Headers | show |
Series | Enable UFS on DragonBoard845c | expand |
On 8/14/23 23:54, Bhupesh Sharma wrote: > This patchset enables the UFS controller on DragonBoard845c > board which houses Qualcomm SDM845 Snapdragon SoC. > > In addition to enabling the UFS HC and UFS QMP PHY found > on this SoC this patchset also contains: > * Patches to add 'reset' controller support for SDM845 SoC. > * Minor UFS core framework fixes. > * Patches to sync u-boot UFS driver flow with Linux UFS driver. > * Patches which enable RESET, UFS and SCSI config options for > DragonBoard845c. I submitted a couple of UFS related patches yesterday, they add handling for controllers which cannot handle 64bit memory and add support for cache management. Please rebase on top of those, otherwise there will be hard to resolve conflicts. [PATCH 1/6] ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS [PATCH 1/2] blk: Add bounce buffer support to read/write operations
On Tue, 15 Aug 2023 at 04:03, Marek Vasut <marek.vasut@mailbox.org> wrote: > > On 8/14/23 23:54, Bhupesh Sharma wrote: > > This patchset enables the UFS controller on DragonBoard845c > > board which houses Qualcomm SDM845 Snapdragon SoC. > > > > In addition to enabling the UFS HC and UFS QMP PHY found > > on this SoC this patchset also contains: > > * Patches to add 'reset' controller support for SDM845 SoC. > > * Minor UFS core framework fixes. > > * Patches to sync u-boot UFS driver flow with Linux UFS driver. > > * Patches which enable RESET, UFS and SCSI config options for > > DragonBoard845c. > > I submitted a couple of UFS related patches yesterday, they add handling > for controllers which cannot handle 64bit memory and add support for > cache management. Please rebase on top of those, otherwise there will be > hard to resolve conflicts. > > [PATCH 1/6] ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS > [PATCH 1/2] blk: Add bounce buffer support to read/write operations Ok, let me rebase, do a quick check and resend the patchset. Thanks, Bhupesh