<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/parisc/eisa.c, branch linux-5.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2019-02-21T19:37:11Z</updated>
<entry>
<title>parisc: move internal implementation details out of &lt;asm/dma-mapping.h&gt;</title>
<updated>2019-02-21T19:37:11Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2019-01-29T18:13:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9b8eeab019762fa43c5ffa6e2f8e1039f8e99157'/>
<id>urn:sha1:9b8eeab019762fa43c5ffa6e2f8e1039f8e99157</id>
<content type='text'>
Move everything that is not required for the public facing DMA API out
of &lt;asm/dma-mapping.h&gt; and into a new drivers/parisc/iommu.h header.

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;
</content>
</entry>
<entry>
<title>parisc: Fix section mismatches in parisc core drivers</title>
<updated>2017-08-22T14:34:36Z</updated>
<author>
<name>Helge Deller</name>
<email>deller@gmx.de</email>
</author>
<published>2017-08-21T20:02:19Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=cfe4fbfb23b3280e9a4d1c3b8438c1558a6a614d'/>
<id>urn:sha1:cfe4fbfb23b3280e9a4d1c3b8438c1558a6a614d</id>
<content type='text'>
Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;
</content>
</entry>
<entry>
<title>parisc: eisa: Fix resource leaks in error paths</title>
<updated>2017-02-25T21:21:21Z</updated>
<author>
<name>Arvind Yadav</name>
<email>arvind.yadav.cs@gmail.com</email>
</author>
<published>2017-01-18T08:11:31Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=af640d17ecee1f82a949b580cc4a3e8f29c377b9'/>
<id>urn:sha1:af640d17ecee1f82a949b580cc4a3e8f29c377b9</id>
<content type='text'>
Signed-off-by: Arvind Yadav &lt;arvind.yadav.cs@gmail.com&gt;
Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;
</content>
</entry>
<entry>
<title>parisc: eisa: Remove coding style errors</title>
<updated>2017-02-25T21:21:12Z</updated>
<author>
<name>Arvind Yadav</name>
<email>arvind.yadav.cs@gmail.com</email>
</author>
<published>2017-01-17T08:05:03Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=99cde44edfa06b5f910c1704cb15d36310a56545'/>
<id>urn:sha1:99cde44edfa06b5f910c1704cb15d36310a56545</id>
<content type='text'>
This patch removes coding style errors in the eisa driver.

Signed-off-by: Arvind Yadav &lt;arvind.yadav.cs@gmail.com&gt;
Signed-off-by: Helge Deller &lt;deller@gmx.de&gt;
</content>
</entry>
<entry>
<title>parisc: Convert irq namespace</title>
<updated>2011-03-29T12:48:08Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-03-24T16:41:44Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e2f571d294cc5f944539088bed46abae375b75f6'/>
<id>urn:sha1:e2f571d294cc5f944539088bed46abae375b75f6</id>
<content type='text'>
Convert to the new function names. Scripted with coccinelle.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: Kyle McMartin &lt;kyle@mcmartin.ca&gt;
Cc: linux-parisc@vger.kernel.org
</content>
</entry>
<entry>
<title>[PARISC] Convert to new irq_chip functions</title>
<updated>2011-02-10T16:22:14Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2011-02-06T20:45:52Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4c4231ea2f794d73bbb50b8d84e00c66a012a607'/>
<id>urn:sha1:4c4231ea2f794d73bbb50b8d84e00c66a012a607</id>
<content type='text'>
Convert all the parisc driver interrupt handlers (dino, eisa, gsc,
iosapic and superio) as well as the cpu interrupts.  Prepare
show_interrupts for GENERIC_HARDIRQS_NO_DEPRECATED and finally selects
that Kconfig option

[jejb: compile and testing fixes]
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>parisc: convert the rest of the irq handlers to simple/percpu</title>
<updated>2010-12-04T16:15:19Z</updated>
<author>
<name>James Bottomley</name>
<email>James.Bottomley@HansenPartnership.com</email>
</author>
<published>2010-12-03T02:01:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=51890613f2bfa70453a5cc22c91c63946dd311cd'/>
<id>urn:sha1:51890613f2bfa70453a5cc22c91c63946dd311cd</id>
<content type='text'>
The generic conversion eliminates the spurious no_ack and no_end
routines, converts all the cascaded handlers to handle_simple_irq() and
makes iosapic use a modified handle_percpu_irq() to become the same as
the CPU irq's.  This isn't an essential change, but it eliminates the
mask/unmask overhead of handle_level_irq().

Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
Tested-by: Helge Deller &lt;deller@gmx.de&gt;
Signed-off-by: Kyle McMartin &lt;kyle@mcmartin.ca&gt;
</content>
</entry>
<entry>
<title>parisc: convert eisa interrupts to flow handlers</title>
<updated>2010-10-14T05:30:50Z</updated>
<author>
<name>Kyle McMartin</name>
<email>kyle@dreadnought.i.jkkm.org</email>
</author>
<published>2010-10-14T05:00:51Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8ed5c00d7c166f505eb2e8ff47748bfa73824130'/>
<id>urn:sha1:8ed5c00d7c166f505eb2e8ff47748bfa73824130</id>
<content type='text'>
Signed-off-by: Kyle McMartin &lt;kyle@redhat.com&gt;
</content>
</entry>
<entry>
<title>parisc: lay groundwork for killing __do_IRQ</title>
<updated>2010-10-14T05:30:11Z</updated>
<author>
<name>Kyle McMartin</name>
<email>kyle@dreadnought.i.jkkm.org</email>
</author>
<published>2010-10-14T01:00:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ba20085c20f1c9e8af546dea6ad0efa421bdef32'/>
<id>urn:sha1:ba20085c20f1c9e8af546dea6ad0efa421bdef32</id>
<content type='text'>
Use proper accessors and handlers for generic irq cleanups. We just
call back into __do_IRQ through desc-&gt;handler now, and remove the
explicit calls.

Signed-off-by: Kyle McMartin &lt;kyle@redhat.com&gt;
</content>
</entry>
<entry>
<title>parisc: Fixup last users of irq_chip-&gt;typename</title>
<updated>2009-12-16T03:48:56Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2009-11-17T22:50:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d0608b54740c82b08056b7611e38a3fd73be3564'/>
<id>urn:sha1:d0608b54740c82b08056b7611e38a3fd73be3564</id>
<content type='text'>
The typename member of struct irq_chip was kept for migration purposes
and is obsolete since more than 2 years. Fix up the leftovers.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Kyle McMartin &lt;kyle@mcmartin.ca&gt;
</content>
</entry>
</feed>
