Linux EDAC development
 help / color / mirror / Atom feed
From: Rounak Das <rounakdas2025@gmail.com>
To: dinguyen@kernel.org
Cc: bp@alien8.de, rounakdas2025@gmail.com, tony.luck@intel.com,
	linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v5 0/2] EDAC/altera: select A10/S10 behaviour by ECC manager compatible
Date: Wed,  8 Jul 2026 13:11:33 +0400	[thread overview]
Message-ID: <20260708091135.94114-1-rounakdas2025@gmail.com> (raw)
In-Reply-To: <5060a303-0389-4c62-9c0c-fc4307c24897@kernel.org>

Replace the CONFIG_64BIT-based A10/S10 selection in the Altera EDAC
driver with the ECC manager compatible. Patch 1 handles the IRQ-layout
selection; patch 2 removes the remaining ifdefs in the double-bit-error
path.

v5:
 - New 2/2: remove the remaining CONFIG_64BIT ifdefs in the DB-error
   path, converting them to is_s10 (Dinh; tested on 32/64-bit).

v4:
https://lore.kernel.org/lkml/20260627061723.43014-1-rounakdas2025@gmail.com/
 - Carry the distinction in the match table .data, read via
   device_get_match_data() (Dinh).

v3:
https://lore.kernel.org/lkml/20260617000711.60804-1-rounakdas2025@gmail.com/
 - Use altr,socfpga-s10-ecc-manager, store once as is_s10 (Dinh).
 - Fix checkpatch alignment.

v2:
https://lore.kernel.org/linux-edac/20260616081709.48774-1-rounakdas2025@gmail.com/
 - Use legal name in Signed-off-by (Borislav).

Rounak Das (2):
  EDAC/altera: use ECC manager compatible to select A10/S10 IRQ layout
  EDAC/altera: remove remaining CONFIG_64BIT ifdefs in the DB-error path

 drivers/edac/altera_edac.c | 127 ++++++++++++++++++-------------------
 drivers/edac/altera_edac.h |   1 +
 2 files changed, 63 insertions(+), 65 deletions(-)

-- 
2.50.1 (Apple Git-155)


  reply	other threads:[~2026-07-08  9:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-27  6:17 [PATCH v4] EDAC/altera: use ECC manager compatible to select A10/S10 IRQ layout Rounak Das
2026-07-01 22:07 ` Dinh Nguyen
2026-07-02 15:53   ` Rounak Das
2026-07-06 12:34     ` Dinh Nguyen
2026-07-08  9:11       ` Rounak Das [this message]
2026-07-08  9:11         ` [PATCH v5 1/2] " Rounak Das
2026-07-08 20:48           ` Dinh Nguyen
2026-07-08  9:11         ` [PATCH v5 2/2] EDAC/altera: remove remaining CONFIG_64BIT ifdefs in the DB-error path Rounak Das
2026-07-08 20:48           ` Dinh Nguyen
2026-07-10  3:07         ` [PATCH v5 0/2] EDAC/altera: select A10/S10 behaviour by ECC manager compatible Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260708091135.94114-1-rounakdas2025@gmail.com \
    --to=rounakdas2025@gmail.com \
    --cc=bp@alien8.de \
    --cc=dinguyen@kernel.org \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony.luck@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox