* [GIT PATCH] TTY/serial driver patches for 3.1
@ 2011-07-26 5:02 Greg KH
2011-07-26 15:05 ` Tabi Timur-B04825
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2011-07-26 5:02 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-serial
Here is the big tty/serial patchset for your 3.1 tree.
Nothing major at all, lots of line discipline tweaks for the newer ones
that were added last release, and some small tty core fixes as well.
Full details are below as to what it contains.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/ tty-next
All of these patches have been in the -mm and -next trees for a while.
Patches will be sent to the linux-serial mailing list, if anyone wants
to see them.
thanks,
greg k-h
------------
drivers/misc/Makefile | 2 +-
drivers/misc/pch_phub.c | 4 +-
drivers/misc/pti.c | 99 ++++++----
drivers/parport/parport_pc.c | 54 -----
drivers/parport/parport_serial.c | 229 ++++++++++++++++++++--
drivers/tty/moxa.c | 5 +-
drivers/tty/mxser.c | 4 +-
drivers/tty/n_gsm.c | 401 +++++++++++++++++++++++++++++++++++---
drivers/tty/n_tty.c | 2 +-
drivers/tty/serial/8250.c | 4 +-
drivers/tty/serial/8250_pci.c | 183 +++++++++++++++++-
drivers/tty/serial/Kconfig | 2 +-
drivers/tty/serial/pch_uart.c | 11 +-
drivers/tty/serial/s5pv210.c | 4 +
drivers/tty/serial/samsung.c | 27 ++--
drivers/tty/tty_io.c | 4 +-
include/linux/gsmmux.h | 11 +
include/linux/pci_ids.h | 4 +
include/linux/pti.h | 3 +-
include/linux/tty.h | 37 ++--
20 files changed, 903 insertions(+), 187 deletions(-)
---------------
Alexander Stein (2):
pch_uart: Add MSI support
pch_uart: add missing comment about OKI ML7223
Andrew McGregor (1):
tty: fix "IRQ45: nobody cared"
Du, Alek (1):
n_gsm: fix the wrong FCS handling
Florian Fainelli (1):
TTY: export NR_LDISC and N_* line discipline numbers to user-space
Frédéric Brière (2):
serial: 8250_pci: add .probe member to struct pci_serial_quirk
parport/serial: add support for Timedia/SUNIX cards to parport_serial
J Freyensee (2):
0 for o PTI Makefile bug.
PTI feature to allow user to name and mark masterchannel request.
Jiri Slaby (1):
serial: 8250, increase PASS_LIMIT
Jongpill Lee (1):
tty: s5pv210: Add delay loop on fifo reset function for UART
Manuel Zerpies (1):
drivers/tty: use printk_ratelimited() instead of printk_ratelimit()
Michael Reed (1):
8250_pci Add EEH support to the 8250 driver for IBM/Digi PCIe 2-port Adapter
Mika Westerberg (1):
serial: mrst_max3110: initialize waitqueue earlier
Mike Frysinger (1):
serial: bfin_5xx: fix off-by-one with resource size
MyungJoo Ham (1):
tty: serial: samsung.c remove legacy PM code.
Nicos Gollan (1):
Basic support for Moschip 9900 family I/O chips
Ralf Baechle (1):
SERIAL: SC26xx: Fix link error.
Russ Gorby (3):
tty: n_gsm: expose gsmtty device nodes at ldisc open time
tty: n_gsm: Add raw-ip support
tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structs
Shreshtha Kumar Sahu (1):
amba pl011: workaround for uart registers lockup
Stephen Warren (1):
tty/serial: Fix XSCALE serial ports, e.g. ce4100
Tomoya MORINAGA (1):
pch_phub: Fix register miss-setting issue
Uwe Kleine-König (1):
serial/pch: use global div helper instead of creating a private one
William Douglas (1):
mrst_max3110: Change max missing message priority.
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PATCH] TTY/serial driver patches for 3.1
2011-07-26 5:02 [GIT PATCH] TTY/serial driver patches for 3.1 Greg KH
@ 2011-07-26 15:05 ` Tabi Timur-B04825
2011-07-27 4:07 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Tabi Timur-B04825 @ 2011-07-26 15:05 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Andrew Morton, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org
On Tue, Jul 26, 2011 at 12:02 AM, Greg KH <gregkh@suse.de> wrote:
> Here is the big tty/serial patchset for your 3.1 tree.
>
> Nothing major at all, lots of line discipline tweaks for the newer ones
> that were added last release, and some small tty core fixes as well.
Greg,
I hate to be a pest, but you didn't include my patch, "[v3]
tty/powerpc: introduce the ePAPR embedded hypervisor byte channel
driver". The other six patches of that patchset are already in Linus'
tree, so I'd really like to get this one into 3.1 as well. You even
tried to apply v2 to tty-next about three weeks ago, but it didn't
apply so I immediately posted v3.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PATCH] TTY/serial driver patches for 3.1
2011-07-26 15:05 ` Tabi Timur-B04825
@ 2011-07-27 4:07 ` Greg KH
2011-08-15 0:23 ` Tabi Timur-B04825
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2011-07-27 4:07 UTC (permalink / raw)
To: Tabi Timur-B04825
Cc: Linus Torvalds, Andrew Morton, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org
On Tue, Jul 26, 2011 at 03:05:17PM +0000, Tabi Timur-B04825 wrote:
> On Tue, Jul 26, 2011 at 12:02 AM, Greg KH <gregkh@suse.de> wrote:
> > Here is the big tty/serial patchset for your 3.1 tree.
> >
> > Nothing major at all, lots of line discipline tweaks for the newer ones
> > that were added last release, and some small tty core fixes as well.
>
> Greg,
>
> I hate to be a pest, but you didn't include my patch, "[v3]
> tty/powerpc: introduce the ePAPR embedded hypervisor byte channel
> driver". The other six patches of that patchset are already in Linus'
> tree, so I'd really like to get this one into 3.1 as well. You even
> tried to apply v2 to tty-next about three weeks ago, but it didn't
> apply so I immediately posted v3.
It is in my queue to review after -rc1 is out.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PATCH] TTY/serial driver patches for 3.1
2011-07-27 4:07 ` Greg KH
@ 2011-08-15 0:23 ` Tabi Timur-B04825
0 siblings, 0 replies; 4+ messages in thread
From: Tabi Timur-B04825 @ 2011-08-15 0:23 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, Andrew Morton, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org
Greg KH wrote:
>> > I hate to be a pest, but you didn't include my patch, "[v3]
>> > tty/powerpc: introduce the ePAPR embedded hypervisor byte channel
>> > driver". The other six patches of that patchset are already in Linus'
>> > tree, so I'd really like to get this one into 3.1 as well. You even
>> > tried to apply v2 to tty-next about three weeks ago, but it didn't
>> > apply so I immediately posted v3.
> It is in my queue to review after -rc1 is out.
3.1-rc2 was just released, and I still don't see my driver. For -rc3,
Linus said he wants to see only "real fixes"
(http://lkml.org/lkml/2011/8/14/281).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-15 0:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 5:02 [GIT PATCH] TTY/serial driver patches for 3.1 Greg KH
2011-07-26 15:05 ` Tabi Timur-B04825
2011-07-27 4:07 ` Greg KH
2011-08-15 0:23 ` Tabi Timur-B04825
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).