login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
20
Re: [PATCH 2/6] serial: Add support for UART on VIA VT8500 and compatibles
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alexey Charkov
Subject:
Re: [PATCH 2/6] serial: Add support for UART on VIA VT8500 and compatibles
Date: Wednesday, October 20, 2010 - 3:48 pm
2010/10/21 Greg KH <gregkh@suse.de>:
quoted text
> On Thu, Oct 21, 2010 at 01:31:41AM +0400, Alexey Charkov wrote: >> 2010/10/21 Greg KH <gregkh@suse.de>: >> > On Thu, Oct 21, 2010 at 12:55:34AM +0400, Alexey Charkov wrote: >> >> This adds a driver for the serial ports found in VIA and WonderMedia >> >> Systems-on-Chip. Interrupt-driven FIFO operation is implemented. >> >> The hardware also supports pure register-based operation (which is >> >> slower) and DMA-based FIFO operation. As the FIFOs are only 16 bytes >> >> long, DMA operation is probably not worth the hassle. >> >> >> >> Signed-off-by: Alexey Charkov <alchark@gmail.com> >> >> --- >> >> >> >> Please review and state whether this could be acceptable for a merge >> >> to mainline in the coming 2.6.37 window. >> > >> > .37? ??Aren't you cutting it a bit close here? ??My trees unofficially >> > closed a few days or so ago for new stuff to go to .37, what kept this >> > from being sent previously? >> > >> >> In fact, I'm somewhat new to kernel development, and have not yet >> understood the good timings to do things properly. > > Please read the information in Documentation/development_process, it > will help you out a lot. > >> My view was that the merge window is when new stuff should be >> submitted, while everything in between is devoted to fixing breakage >> just introduced. So, I must have been wrong :) > > The merge window is for the subsystem maintainers, not the individual > developers. You need to have the code into a subsystem tree before the > merge window in order to be able to get it accepted. > >> >> If possible, I would deeply appreciate a merge to a relevant git tree >> >> for integration prior to asking Linus to pull the changes. I could >> >> rebase the code if needed, currently this is against Linus' master >> >> branch. >> >> >> >> This patch relies on the basic architecture support for VT8500/WM8505 >> >> to be in place, as introduced by PATCH 1/6 in this series. >> > >> > So it will just fail to build without that patch? >> > >> >> It won't, and it should not even be selectable, as there is a Kconfig >> dependency on the relevant arch. It's just that it would be useless >> without the relevant arch support. > > That's good to know. > > As the .37 merge window just opened, you are going to have to wait until > 2.6.37-rc1 before anyone will be able to have the time to review and > accept these patches, sorry. Please resend them then. > > thanks, > > greg k-h >
Thanks for the directions, Greg! Probably we will have more things to submit by then, so it does not really hurt. Best regards, Alexey --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 1/6] ARM: Add basic architecture support for VIA/Wo ...
, Alexey Charkov
, (Wed Oct 20, 1:55 pm)
[PATCH 2/6] serial: Add support for UART on VIA VT8500 and ...
, Alexey Charkov
, (Wed Oct 20, 1:55 pm)
[PATCH 3/6] input: Add support for VIA VT8500 and compatib ...
, Alexey Charkov
, (Wed Oct 20, 1:55 pm)
[PATCH 4/6] usb: Add support for VIA VT8500 and compatible ...
, Alexey Charkov
, (Wed Oct 20, 1:55 pm)
[PATCH 5/6] rtc: Add support for the RTC in VIA VT8500 and ...
, Alexey Charkov
, (Wed Oct 20, 1:55 pm)
[PATCH 6/6] ARM: Add support for the display controllers i ...
, Alexey Charkov
, (Wed Oct 20, 1:55 pm)
Re: [PATCH 3/6] input: Add support for VIA VT8500 and comp ...
, Dmitry Torokhov
, (Wed Oct 20, 2:15 pm)
Re: [PATCH 2/6] serial: Add support for UART on VIA VT8500 ...
, Greg KH
, (Wed Oct 20, 2:16 pm)
Re: [PATCH 4/6] usb: Add support for VIA VT8500 and compat ...
, Greg KH
, (Wed Oct 20, 2:17 pm)
Re: [PATCH 3/6] input: Add support for VIA VT8500 and comp ...
, Alexey Charkov
, (Wed Oct 20, 2:24 pm)
Re: [PATCH 2/6] serial: Add support for UART on VIA VT8500 ...
, Alexey Charkov
, (Wed Oct 20, 2:31 pm)
[PATCH 3/6 v2] input: Add support for VIA VT8500 and compa ...
, Alexey Charkov
, (Wed Oct 20, 3:14 pm)
Re: [PATCH 2/6] serial: Add support for UART on VIA VT8500 ...
, Greg KH
, (Wed Oct 20, 3:38 pm)
Re: [PATCH 4/6] usb: Add support for VIA VT8500 and compat ...
, Alexey Charkov
, (Wed Oct 20, 3:41 pm)
Re: [PATCH 4/6] usb: Add support for VIA VT8500 and compat ...
, Greg KH
, (Wed Oct 20, 3:47 pm)
Re: [PATCH 2/6] serial: Add support for UART on VIA VT8500 ...
, Alexey Charkov
, (Wed Oct 20, 3:48 pm)
Re: [PATCH 4/6] usb: Add support for VIA VT8500 and compat ...
, Alexey Charkov
, (Wed Oct 20, 3:54 pm)
Re: [PATCH 3/6 v2] input: Add support for VIA VT8500 and c ...
, Dmitry Torokhov
, (Wed Oct 20, 4:46 pm)
Re: [PATCH 1/6] ARM: Add basic architecture support for VI ...
, Arnd Bergmann
, (Thu Oct 21, 1:05 am)
Re: [PATCH 1/6] ARM: Add basic architecture support for VI ...
, Alexey Charkov
, (Thu Oct 21, 2:52 am)
Re: [PATCH 1/6] ARM: Add basic architecture support for VI ...
, Arnd Bergmann
, (Thu Oct 21, 5:01 am)
Re: [PATCH 1/6] ARM: Add basic architecture support for VI ...
, Alexey Charkov
, (Thu Oct 21, 2:08 pm)
Re: [PATCH 1/6] ARM: Add basic architecture support for VI ...
, Arnd Bergmann
, (Fri Oct 22, 2:02 am)
Re: [PATCH 1/6] ARM: Add basic architecture support for VI ...
, Alexey Charkov
, (Fri Oct 22, 6:52 am)
Re: [PATCH 1/6] ARM: Add basic architecture support for VI ...
, Arnd Bergmann
, (Fri Oct 22, 7:48 am)
Re: [PATCH 3/6] input: Add support for VIA VT8500 and comp ...
, Ben Dooks
, (Sat Oct 30, 3:23 pm)
Re: [PATCH 3/6] input: Add support for VIA VT8500 and comp ...
, Alexey Charkov
, (Mon Nov 1, 11:31 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Nick Piggin
Re: [PATCH 2/2] smp_call_function: use rwlocks on queues rather than rcu
Kyle Moffett
Re: [PATCH 1/4] stringbuf: A string buffer implementation
Ingo Molnar
Re: [PATCH 00/12] mm/x86: bootmem
Andrew Morton
Re: [patch 1/5] wait: use lock bitops for __wait_on_bit_lock
git
:
Stephen Boyd
Re: [PATCH] Speed up bash completion loading
Jakub Narebski
Re: Avery Pennarun's git-subtree?
Junio C Hamano
Re: [PATCH v2 04/13] Teach rebase interactive the mark command
Catalin Marinas
Re: [ANNOUNCE] Stacked GIT 0.14.2
Eric Wong
[PATCH 5/5] rerere: add the diff command
git-commits-head
:
Linux Kernel Mailing List
[POWERPC] fsl_soc: add support to gianfar for fixed-link property
Linux Kernel Mailing List
fat: fix parse_options()
Linux Kernel Mailing List
ipmi: add oem message handling
Linux Kernel Mailing List
powerpc/85xx/86xx: Fix build w/ CONFIG_PCI=n
Linux Kernel Mailing List
KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded
linux-netdev
:
Paweł Staszewski
Re: DCA/IOAT problem
Jarek Poplawski
Re: [PATCH iproute2] Re: HTB accuracy for high speed
Ingo Oeser
Re: [NET-NEXT PATCH 3/3] e1000e: add support for new 82574L part
Rick Jones
Re: UDP path MTU discovery
Dmitry Kozlov
Re: [PATCH v8] PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)
openbsd-misc
:
David Vasek
Re: how to undelete?
Gruppo BCC
Banca inviato una notifica che e necessario completare
Pau Amaro-Seoane
Re: First install: Grub doesn't find partitions
Nick Holland
Re: Unattended OpenBSD Installation
stuart van Zee
Re: CVS hosed
Colocation donated by:
Syndicate