serial: 8250_core: Remove unneeded ->iotype assignment#150
Merged
xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom Jan 8, 2026
Merged
serial: 8250_core: Remove unneeded ->iotype assignment#150xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom
xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom
Conversation
mainline inclusion from mainline-v6.14-rc3 commit torvalds/linux@34bbb5d category: feature Link: RVCK-Project#149 -------------------------------- original changelog If ->iobase is set the default will be UPIO_PORT for ->iotype after the uart_read_and_validate_port_properties() call. Hence no need to assign that explicitly. Otherwise it will be UPIO_MEM. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20250124161530.398361-6-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Wenhong Liu <liu.wenhong35@zte.com.cn> Signed-off-by: liuqingtao <liu.qingtao2@zte.com.cn>
|
开始测试 log: https://github.com/RVCK-Project/rvck-olk/actions/runs/20712534545 参数解析结果
测试完成 详细结果:RVCK result
Kunit Test Result[10:34:36] Testing complete. Ran 454 tests: passed: 442, skipped: 12 Kernel Build ResultKernel build succeeded: RVCK-Project/rvck-olk/150/ 31ad6e5d006bc1d6d9fbe7a6713de433 /srv/guix_result/8958d61b12a93f1738b6f923747f39253006b558/Image LAVA Checkargs:
result:Lava check done! lava log: https://lava.oerv.ac.cn/scheduler/job/1058 lava result count: [fail]: 20, [pass]: 1586, [skip]: 293 Check Patch Result
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
serial: 8250_core: Remove unneeded ->iotype assignment
mainline inclusion
from mainline-v6.14-rc3
commit torvalds/linux@34bbb5d
category: feature
Link: #149
original changelog
If ->iobase is set the default will be UPIO_PORT for ->iotype after
the uart_read_and_validate_port_properties() call. Hence no need
to assign that explicitly. Otherwise it will be UPIO_MEM.
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
Link: https://lore.kernel.org/r/20250124161530.398361-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org
Signed-off-by: Wenhong Liu liu.wenhong35@zte.com.cn
Signed-off-by: liuqingtao liu.qingtao2@zte.com.cn