* [PATCH]Add device drivers (GbE, Packet Hub) for Topcliff @ 2010-04-16 10:09 Masayuki Ohtake 2010-04-16 14:35 ` Jonathan Corbet 0 siblings, 1 reply; 4+ messages in thread From: Masayuki Ohtake @ 2010-04-16 10:09 UTC (permalink / raw) To: LKML; +Cc: Intel OTC, andrew.chih.howe.khor I developed the device drivers for Linux kernel 2.6.33-1. This time, I added the following drivers - GbE device - Packet HUB device Would you check them? The patch is uploaded to our WEB site in Sourceforge.net, Because the patch size was large. [Our WEB site in Sourceforge.net.] http://sourceforge.net/projects/generalembedded/files/ "All Files" -> "Downloads" -> "Dev" -> "kernel 2.6.33-1" - pch_gbe.patch (for GbE device) - pch_phub.patch (for Packet HUB device) [About our development product] Topcliff is a chip that has many peripherals. The chip has UART, I2C, SPI, IEEE1588, CAN, Packet HUB, SATA, USB host, USB device, SDIO, Gigabit Ethernet, GPIO and DMA. Best regards, ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH]Add device drivers (GbE, Packet Hub) for Topcliff 2010-04-16 10:09 [PATCH]Add device drivers (GbE, Packet Hub) for Topcliff Masayuki Ohtake @ 2010-04-16 14:35 ` Jonathan Corbet 2010-04-19 12:34 ` Masayuki Ohtake 0 siblings, 1 reply; 4+ messages in thread From: Jonathan Corbet @ 2010-04-16 14:35 UTC (permalink / raw) To: Masayuki Ohtake; +Cc: LKML, Intel OTC, andrew.chih.howe.khor On Fri, 16 Apr 2010 19:09:04 +0900 "Masayuki Ohtake" <masa-korg@dsn.okisemi.com> wrote: > I developed the device drivers for Linux kernel 2.6.33-1. > This time, I added the following drivers > - GbE device > - Packet HUB device > > Would you check them? Thanks for making your code available. May I suggest, though, that you will get a much better response if you post the patches directly to the mailing list? That is how our process works; it is simply harder to review code if you have to do digging through web sites to find it. Networking-specific patches should be posted to the netdev list as well. More information on how to post code for review can be found in the kernel source tree: Documentation/HOWTO Documentation/development-process Thanks, jon ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH]Add device drivers (GbE, Packet Hub) for Topcliff 2010-04-16 14:35 ` Jonathan Corbet @ 2010-04-19 12:34 ` Masayuki Ohtake 2010-04-19 15:37 ` Ben Hutchings 0 siblings, 1 reply; 4+ messages in thread From: Masayuki Ohtake @ 2010-04-19 12:34 UTC (permalink / raw) To: Jonathan Corbet, netdev Cc: andrew.chih.howe.khor, Intel OTC, LKML, Wang, Qi, Wang, Yong Y Hi jon, Thanks for your suggestion again. I joined the netdev and send my patch to "netdev <netdev@vger.kernel.org>". -- Hello netdev users, I developed the device drivers for Linux kernel 2.6.33-1. This time, I added the following drivers - GbE device - Packet HUB device The GbE and Packet Hub device drivers are related with each other. Because I send patch to LKML <linux-kernel@vger.kernel.org> and the netdev <netdev@vger.kernel.org> mailing list. Would you check them? The patch is uploaded to our WEB site in Sourceforge.net, Because the patch size was large. [Our WEB site in Sourceforge.net.] http://sourceforge.net/projects/generalembedded/files/ "All Files" -> "Downloads" -> "Dev" -> "kernel 2.6.33-1" - pch_gbe.patch (for GbE device) - pch_phub.patch (for Packet HUB device) [About our development product] Topcliff is a chip that has many peripherals. The chip has UART, I2C, SPI, IEEE1588, CAN, Packet HUB, SATA, USB host, USB device, SDIO, Gigabit Ethernet, GPIO and DMA. Best regards, Masayuki Ohtake <masa-korg@dsn.okisemi.com> ----- Original Message ----- From: "Jonathan Corbet" <corbet@lwn.net> To: "Masayuki Ohtake" <masa-korg@dsn.okisemi.com> Cc: "LKML" <linux-kernel@vger.kernel.org>; "Intel OTC" <joel.clark@intel.com>; <andrew.chih.howe.khor@intel.com> Sent: Friday, April 16, 2010 11:35 PM Subject: Re: [PATCH]Add device drivers (GbE, Packet Hub) for Topcliff > On Fri, 16 Apr 2010 19:09:04 +0900 > "Masayuki Ohtake" <masa-korg@dsn.okisemi.com> wrote: > > > I developed the device drivers for Linux kernel 2.6.33-1. > > This time, I added the following drivers > > - GbE device > > - Packet HUB device > > > > Would you check them? > > Thanks for making your code available. May I suggest, though, that you > will get a much better response if you post the patches directly to the > mailing list? That is how our process works; it is simply harder to > review code if you have to do digging through web sites to find it. > > Networking-specific patches should be posted to the netdev list as well. > > More information on how to post code for review can be found in the > kernel source tree: > > Documentation/HOWTO > Documentation/development-process > > Thanks, > > jon > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH]Add device drivers (GbE, Packet Hub) for Topcliff 2010-04-19 12:34 ` Masayuki Ohtake @ 2010-04-19 15:37 ` Ben Hutchings 0 siblings, 0 replies; 4+ messages in thread From: Ben Hutchings @ 2010-04-19 15:37 UTC (permalink / raw) To: Masayuki Ohtake Cc: Jonathan Corbet, netdev, andrew.chih.howe.khor, Intel OTC, LKML, Wang, Qi, Wang, Yong Y On Mon, 2010-04-19 at 21:34 +0900, Masayuki Ohtake wrote: > Hi jon, > Thanks for your suggestion again. > I joined the netdev and send my patch to "netdev <netdev@vger.kernel.org>". > > -- > Hello netdev users, > > I developed the device drivers for Linux kernel 2.6.33-1. > This time, I added the following drivers > - GbE device > - Packet HUB device > > The GbE and Packet Hub device drivers are related with each other. > Because I send patch to LKML <linux-kernel@vger.kernel.org> and the netdev > <netdev@vger.kernel.org> mailing list. > > Would you check them? > > The patch is uploaded to our WEB site in Sourceforge.net, > Because the patch size was large. [...] Patches must be sent directly to the list for review, with few exceptions. The size limit for the list is 100 K. Given that none of your source files are this larger, you should be able to split pch_gbe.patch into 3 or more groups of source files, each within this limit. The changes to drivers/net/Kconfig and drivers/net/Makefile should be in the last part. Ben. -- Ben Hutchings, Senior Software Engineer, Solarflare Communications Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-04-19 15:37 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2010-04-16 10:09 [PATCH]Add device drivers (GbE, Packet Hub) for Topcliff Masayuki Ohtake 2010-04-16 14:35 ` Jonathan Corbet 2010-04-19 12:34 ` Masayuki Ohtake 2010-04-19 15:37 ` Ben Hutchings
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®