lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 18 Jul 2007 18:39:42 -0400 From: Jeff Garzik <jeff@...zik.org> To: bryan.wu@...log.com CC: michael.hennerich@...log.com, mb@...sch.de, vapier.adi@...il.com, hch@...radead.org, dcbw@...hat.com, akpm@...ux-foundation.org, linux-kernel@...r.kernel.org, netdev@...r.kernel.org, joe@...ches.com, yoshfuji@...ux-ipv6.org Subject: Re: [PATCH try#6] Blackfin ethernet driver: on chip ethernet MAC controller driver Bryan Wu wrote: > This patch implements the driver necessary use the Analog Devices > Blackfin processor's on-chip ethernet MAC controller. > > [try#2] > - add timeout control > - kill dma_config_reg bitfields > - some trivial cleanup > > [try#3] > - add endianess check > - add DRV_NAME, DRV_VERSION... driver information string > - add some comments for silicon anomaly and dma API confusion > - some code trivial cleanup > > [try#4] > - add Blackfin latest GPIO pin mux opertion with Michael Hennerich's > help and Dan's review > - rewrite the DMA descriptor list operation in a more readable way > by Joe's review > > [try#5] > - cleanup some coding style by Joe's review. > > [try#6] > - 1.1 version fix a bug when set up multicast list pointed by Mr. yoshfuji > - rearrange the desc_list_free function. > > Signed-off-by: Michael Hennerich <michael.hennerich@...log.com> > Signed-off-by: Bryan Wu <bryan.wu@...log.com> > Cc: Michael Buesch <mb@...sch.de> > Cc: Mike Frysinger <vapier.adi@...il.com> > Cc: Jeff Garzik <jeff@...zik.org> > Cc: Christoph Hellwig <hch@...radead.org> > Cc: Dan Williams <dcbw@...hat.com> > Cc: Joe Perches <joe@...ches.com> > Cc: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org> > Signed-off-by: Andrew Morton <akpm@...ux-foundation.org> > > --- > MAINTAINERS | 7 + > drivers/net/Kconfig | 44 +++ > drivers/net/Makefile | 1 + > drivers/net/bfin_mac.c | 1009 ++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/net/bfin_mac.h | 132 +++++++ > 5 files changed, 1193 insertions(+), 0 deletions(-) > create mode 100644 drivers/net/bfin_mac.c > create mode 100644 drivers/net/bfin_mac.h applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists