Re: [PATCH v1] staging: modernize GD-ROM driver for SEGA Dreamcast

From: Veliqq

Date: Sat Feb 21 2026 - 14:10:24 EST


Hi,

Just following up on this patch submission in case it was missed.
I would appreciate any feedback.

Thanks.



Sent with Proton Mail secure email.

On Saturday, January 31st, 2026 at 12:03 PM, Veliqq <veliqorg@xxxxxxxxx> wrote:

> Hi all,
> This is a modernization of the old GD-ROM driver for SEGA Dreamcast.
>
> Changes:
> - Updated DMA handling and memory access registers
> - Improved block layer and IRQ handling
> - Preserved original comments and structure
> - Prepared for staging as experimental
>
> Hardware testing on a Dreamcast system has not been performed, as I don't have a Dreamcast system.
>
>
> The driver is hosted on GitHub for review:
>
> https://github.com/veliqq/linux/tree/gdrom-modernize-veliqq
>
> Changes are in drivers/staging/cdrom and the file created is gdrom.c
>
> Signed-off-by: veliqq