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-prev] [day] [month] [year] [list]
Date:	Tue, 9 Sep 2014 16:55:06 +0200
From:	Matthias Brugger <matthias.bgg@...il.com>
To:	Greg KH <gregkh@...uxfoundation.org>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Randy Dunlap <rdunlap@...radead.org>, jslaby@...e.cz,
	Grant Likely <grant.likely@...aro.org>,
	Alan Cox <alan@...ux.intel.com>,
	Varka Bhadram <varkabhadram@...il.com>,
	Tobias Klauser <tklauser@...tanz.ch>,
	Heiko Stübner <heiko@...ech.de>,
	Yingjoe Chen <yingjoe.chen@...il.com>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
	"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
	linux-serial@...r.kernel.org
Subject: Re: [PATCH v4 2/2] DTS: serial: Add bindings documention for the
 Mediatek UARTs

2014-09-09 0:33 GMT+02:00 Greg KH <gregkh@...uxfoundation.org>:
> On Tue, Aug 12, 2014 at 04:12:17PM +0200, Matthias Brugger wrote:
>> This patch adds the devicetree documentation for the Mediatek UART.
>>
>> Signed-off-by: Matthias Brugger <matthias.bgg@...il.com>
>> ---
>>  .../devicetree/bindings/serial/mtk-uart.txt        |   20 ++++++++++++++++++++
>>  1 file changed, 20 insertions(+)
>>  create mode 100644 Documentation/devicetree/bindings/serial/mtk-uart.txt
>>
>> diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt
>> new file mode 100644
>> index 0000000..6ca0e15
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt
>> @@ -0,0 +1,20 @@
>> +* Mediatek Universal Asynchronous Receiver/Transmitter (UART)
>> +
>> +Required properties:
>> +- compatible: "mediatek,mt6577-uart"
>> +  Compatibility with mt6577, mt6589, mt6582
>> +
>> +- reg: The base address of the UART register bank.
>> +
>> +- interrupts: A single interrupt specifier.
>> +
>> +- clocks: Clock driving the hardware.
>> +
>> +Example:
>> +
>> +     uart0: serial@...06000 {
>> +             compatible = "mediatek,mt6577-uart";
>> +             reg = <0x11006000 0x400>;
>> +             interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_LOW>;
>> +             clocks = <&uart_clk>;
>> +     };
>> --
>> 1.7.9.5
>
> Resend this one as well with the 1/2 patch please.

Ok, I will send v5 with the comments from Mark added.

>
> thanks,
>
> greg k-h



-- 
motzblog.wordpress.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ