From mboxrd@z Thu Jan 1 00:00:00 1970 From: rdunlap@xenotime.net (Randy Dunlap) Date: Sat, 28 Jan 2012 10:23:40 -0800 Subject: [PATCH v3 01/25] irq_domain: add documentation and MAINTAINERS entry. In-Reply-To: <1327700179-17454-2-git-send-email-grant.likely@secretlab.ca> References: <1327700179-17454-1-git-send-email-grant.likely@secretlab.ca> <1327700179-17454-2-git-send-email-grant.likely@secretlab.ca> Message-ID: <4F243D2C.7040709@xenotime.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/27/2012 01:35 PM, Grant Likely wrote: > Documentation for irq_domain library which will be created in subsequent > patches. I posted a lot of comments to v2 on Jan. 24. Looks like they were ignored. Please see http://marc.info/?l=linuxppc-embedded&m=132742951211808&w=2 > Signed-off-by: Grant Likely > Cc: Benjamin Herrenschmidt > Cc: Thomas Gleixner > Cc: Rob Herring > Cc: Milton Miller > --- > Documentation/IRQ-domain.txt | 113 ++++++++++++++++++++++++++++++++++++++++++ > MAINTAINERS | 9 +++ > 2 files changed, 122 insertions(+), 0 deletions(-) > create mode 100644 Documentation/IRQ-domain.txt -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***