commit | 7fb8c56c7fa0fa11168d3788d4591951bec27f4b | [log] [tgz] |
---|---|---|
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | Thu Sep 05 17:34:54 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 26 14:27:24 2013 -0700 |
tree | 6b73c3dd1acabadaf5fd5245a9ed6ae9946ef9a9 | |
parent | fe95855539fd0a0e54412efc596adfe802a5c605 [diff] |
serial: 8250_dw: provide a filter for DMA channel detection The channel IDs are set to -1 by default. It will prevent dmaengine from trying to provide the first free channel if it fails to allocate exclusive channel. This will fix an issue with ACPI enumerated UARTs that do not support DMA but still end up getting a DMA channel incorrectly. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>