Home
last modified time | relevance | path

Searched hist:d4e33fac2408d37f7b52e80ca2a89f9fb482914f (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_udbg.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Dhvc_rtas.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Dhvsi.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Dhvcs.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Dhvc_xen.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/openbmc/linux/drivers/tty/serial/
H A Dsunzilog.cdiff ca6f327dfdc6b3b90aa0c5247182ae023dce6450 Wed Apr 04 02:35:06 CDT 2012 Sam Ravnborg <sam@ravnborg.org> serial/sunzilog: fix keyboard on SUN SPARCstation

The keyboard on my SUN SPARCstation 5 no longer worked.

The culprint was: d4e33fac2408d37f7b52e80ca2a89f9fb482914f
("serial: Kill off NO_IRQ")

Fix up logic for no irq / irq so the keyboard works again.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
diff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A D21285.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Dmux.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Ducc_uart.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Dmpc52xx_uart.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
H A Dpmac_zilog.cdiff d4e33fac2408d37f7b52e80ca2a89f9fb482914f Thu Jan 26 11:44:09 CST 2012 Alan Cox <alan@linux.intel.com> serial: Kill off NO_IRQ

We transform the offenders into a test of irq <= 0 which will be ok while
the ARM people get their platform sorted. Once that is done (or in a while
if they don't do it anyway) then we will change them all to !irq checks.

For arch specific drivers that are already using NO_IRQ = 0 we just test
against zero so we don't need to re-review them later.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>