lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 13 Nov 2019 11:46:15 +0200
From:   Peter Ujfalusi <peter.ujfalusi@...com>
To:     <gregkh@...uxfoundation.org>, <linux@...linux.org.uk>,
        <agross@...nel.org>, <bjorn.andersson@...aro.org>,
        <ldewangan@...dia.com>, <thierry.reding@...il.com>,
        <jonathanh@...dia.com>
CC:     <vkoul@...nel.org>, <jslaby@...e.com>,
        <linux-serial@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linux-arm-msm@...r.kernel.org>, <linux-tegra@...r.kernel.org>
Subject: [PATCH 0/3] tty: serial: Use dma_request_chan() directly for channel request

Hi,

I'm going through the tree to remove dma_request_slave_channel_reason() as it
is just:
#define dma_request_slave_channel_reason(dev, name) \
	dma_request_chan(dev, name)

Regards,
Peter
---
Peter Ujfalusi (3):
  tty: serial: amba-pl011: Use dma_request_chan() directly for channel
    request
  tty: serial: msm_serial: Use dma_request_chan() directly for channel
    request
  tty: serial: tegra: Use dma_request_chan() directly for channel
    request

 drivers/tty/serial/amba-pl011.c   | 2 +-
 drivers/tty/serial/msm_serial.c   | 4 ++--
 drivers/tty/serial/serial-tegra.c | 3 +--
 3 files changed, 4 insertions(+), 5 deletions(-)

-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ