summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2017-02-08 17:09:06 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-10 15:12:38 +0100
commitfc6cc9615779183f07d6ff4065368a732d09f49e (patch)
treeeb313fcf1b0603d3dc36b7d707bc4ed04186d82f /scripts/objdiff
parent7795753661f1a9423c3c8fbde322f6a2a8b94b68 (diff)
downloadkernel-fc6cc9615779183f07d6ff4065368a732d09f49e.tar.gz
serial: exar: Move Commtech adapters to 8250_exar as well
Those are Exar-based, too. With the required refactoring of the code to fit into 8250_exar, we automatically fix the same issue pci_xr17v35x_setup had before: 8XMODE, FCTL, TXTRG and RXTRG were always only set for port 0. Now they are initialized for the correct target port by using port.membase. Now we can also cleanly fix the blacklist of 8250_pci so that all Commtech devices are rejected and 8250_exar can handle them. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
21-09-13fs/ntfs3: Make binary search to search smaller chunks in beginningKari Argillander 2021-09-13fs/ntfs3: Limit binary search table sizeKari Argillander 2021-09-13fs/ntfs3: Remove unneeded header files from c filesKari Argillander 2021-09-13fs/ntfs3: Remove redundant initialization of variable errColin Ian King 2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov 2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov 2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander 2021-08-27fs/ntfs3: Fix error handling in indx_insert_into_root()Dan Carpenter 2021-08-27fs/ntfs3: Potential NULL dereference in hdr_find_split()Dan Carpenter 2021-08-27fs/ntfs3: Fix error code in indx_add_allocate()Dan Carpenter 2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander 2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander 2021-08-27fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva 2021-08-27fs/ntfs3: Fix integer overflow in multiplicationColin Ian King 2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov