Consultation on related issues of Linux kernel4.19

2020-12-02 Thread Nan Li
Hi,Jerome I recently migrated the 4.19 kernel and found that the RCA reconfiguration for emMC is available within the mmc_set_relative_addr() function within the mmc_ops.c file, but for SD card or SDIO configuration, the mmc_send_relative_addr() function within the sd_ops.c file is not se

Re: [PATCH] mmc: fix mmc dma operation

2019-10-21 Thread Nan Li
在 2019/10/21 17:17, Jerome Brunet 写道: > On Mon 21 Oct 2019 at 09:57, Neil Armstrong wrote: > >> Hi, >> >> Thanks for the fix. >> >> First, you should add "mmc: meson-gx:" in the subject. >> >> On 21/10/2019 07:59, Jianxin Pan wrote:

[PATCH 1/1] pty: BREAK for pseudoterminals

2015-02-16 Thread Nan Li
pseudo-terminal. Signed-off-by: Nan Li --- drivers/tty/pty.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c index e72ee62..ac8893a 100644 --- a/drivers/tty/pty.c +++ b/drivers/tty/pty.c @@ -31,6 +31,7 @@ static struct tty_driver

[PATCH] The count field of counter_show() function should be an unsigned value

2015-01-25 Thread Nan Li
The count field is an unsigned 32bit value, and the counter_show() function should also treat it as a unsigned value. Signed-off-by: Nan Li --- drivers/acpi/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/sysfs.c b/drivers/acpi/sysfs.c index 13e577c

[PATCH] The count field of counter_show() function should be an unsigned value

2015-01-15 Thread Nan Li
The count field is an unsigned 32bit value, and the counter_show() function should also treat it as a unsigned value. Signed-off-by: Nan Li --- drivers/acpi/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/sysfs.c b/drivers/acpi/sysfs.c index 13e577c