[PATCH v3 0/2] Tegra ADMA fixes

Mohan Kumar D posted 2 patches 11 months ago
There is a newer version of this series
drivers/dma/tegra210-adma.c | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
[PATCH v3 0/2] Tegra ADMA fixes
Posted by Mohan Kumar D 11 months ago
- Fix build error due to 64-by-32 division
- Additional check for adma max page

Mohan Kumar D (2):
  dmaengine: tegra210-adma: Fix build error due to 64-by-32 division
  dmaengine: tegra210-adma: check for adma max page

 drivers/dma/tegra210-adma.c | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

-- 
2.25.1
Re: [PATCH v3 0/2] Tegra ADMA fixes
Posted by Jakub Kicinski 10 months, 2 weeks ago
On Thu, 16 Jan 2025 21:50:31 +0530 Mohan Kumar D wrote:
> - Fix build error due to 64-by-32 division
> - Additional check for adma max page

Hi!

What's happening with this series? The buggy commit reached Linus's
tree and broke 32b builds for everybody. The patches look 2 weeks old.