From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 98B48346E6C; Thu, 11 Jun 2026 08:02:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781164954; cv=none; b=rWwel29VJXlYvSswznIRJuS8BHL/KhX6mkChgcTRyFX/KzhfkwkczW8e6J+zhryA6dIZwdfEk/pCpa3U4trPpVrTKG1Yb8AS3gqzoDixsCHyUNUFmdlhYw9+/EM4ErI6WV77Pl2HQNUd/yylEdXNcO3LbDTpPLnBCb46YP65L8g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781164954; c=relaxed/simple; bh=d36X1M2+WFXjZ/fe9+lt+5rfBqoEbufZt5FXSojVHis=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=nr6H8s21bUKTHMG9hENY/En60LDg5B089V5xrXuaEbQPtumQ5KRQ6ZBnPVoWpUkSO/sdJ2GdwJ/ZpU/iPBkE3xcanA09a9h7y3rLdM0VOm7o+afaxhAdeM2DBHR6N8n3FqMsqhOuQ+J5i4zekYf3XjablYCzGFT4cvRHFgXasc0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 99E1F1F00893; Thu, 11 Jun 2026 08:02:32 +0000 (UTC) From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig=20=28The=20Capable=20Hub=29?= To: Andy Shevchenko , Vinod Koul , Basavaraj Natikar , Manivannan Sadhasivam , Viresh Kumar Cc: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Frank Li , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, Andy Shevchenko Subject: [PATCH v2 0/2] dmaengine: Use named initializers for arrays of pci_device_id Date: Thu, 11 Jun 2026 09:45:08 +0200 Message-ID: X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Developer-Signature: v=1; a=openpgp-sha256; l=1133; i=u.kleine-koenig@baylibre.com; h=from:subject:message-id; bh=wvveo1hJouj5NUD1ONrzfSDsQHCNL3dUWGC5HWm8yvQ=; b=owEBbQGS/pANAwAKAY+A+1h9Ev5OAcsmYgBqKmeFhzLPeza6aB0faKdOWAQZw+YdTKnVFKZjK GnUlighG/OJATMEAAEKAB0WIQQ/gaxpOnoeWYmt/tOPgPtYfRL+TgUCaipnhQAKCRCPgPtYfRL+ TjPDCAC46J2buav7B8yiPNls3t/phBMmry6qzxzg3XonfzCWsXIa+LV+e2p+ZJ7rItoxl+VUhf1 goIF8dw0TtTsOUVnVhpcrZn7z9FsY2Uy0mOLgVzhj7hKyI/FqRr0WtgGZyjaP2pr8JPxwOsjQnf 8NUKctZKg7OULoq7vxhtO3XRL9Rd2sHhHpLb20UD16xzkEG6mWAU1BpZuNGj5Qm6yBX+yt3Rsax yfXVQpTg9q2vfUO6SY5fEsRv7Qb3OgGpfmf1TKGEDkVeJQXNu4cnqGY1aRXTMrJcJJMBQP8YzQh bemEAaJrmBd06bNlSZLtPa25Jc2QTvQzke9ZdZL1NrFSfFoR X-Developer-Key: i=u.kleine-koenig@baylibre.com; a=openpgp; fpr=0D2511F322BFAB1C1580266BE2DCDD9132669BD6 Content-Transfer-Encoding: 8bit From: Uwe Kleine-König Hello, (implicit) v1 of this series was only a single patch, it's archived at https://lore.kernel.org/all/20260504102008.1996139-2-u.kleine-koenig@baylibre.com . Andy criticised that the changes to the HSU driver don't fit to the remaining stuff in that patch. So I put that change in a separate patch. Andy also suggested to use the PCI_DEVICE_DATA(). I didn't implement that as we don't agree about this being better. He likes it being compact, I don't like it as it hides assignments in a macro that I prefer to be explicit. Best regards Uwe Uwe Kleine-König (The Capable Hub) (2): dmaengine: hsu: Drop unused platform driver data dmaengine: Consistently define pci_device_ids using named initializers drivers/dma/amd/ptdma/ptdma-pci.c | 4 ++-- drivers/dma/dw-edma/dw-edma-pcie.c | 2 +- drivers/dma/dw/pci.c | 22 +++++++++++----------- drivers/dma/hsu/pci.c | 4 ++-- drivers/dma/pch_dma.c | 26 +++++++++++++------------- 5 files changed, 29 insertions(+), 29 deletions(-) base-commit: abe651837cb394f76d738a7a747322fca3bf17ba -- 2.47.3