Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239441
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next v2 2/2] net: Microchip encx24j600 driver |
| Date | 2015-10-05 12:50 +0200 |
| Message-ID | <qgbvb-4Vf-11@gated-at.bofh.it> (permalink) |
| References | <qeKx4-2WG-9@gated-at.bofh.it> <qgblv-4JR-13@gated-at.bofh.it> <qgbvb-4Vf-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: David Miller <davem@davemloft.net> Date: Mon, 05 Oct 2015 04:00:42 -0700 (PDT) > From: David Miller <davem@davemloft.net> > Date: Mon, 05 Oct 2015 03:54:55 -0700 (PDT) > >> From: jon@ringle.org >> Date: Thu, 1 Oct 2015 07:43:21 -0400 >> >>> From: Jon Ringle <jringle@gridpoint.com> >>> >>> This ethernet driver supports the Micorchip enc424j600/626j600 Ethernet >>> controller over a SPI bus interface. This driver makes use of the regmap API to >>> optimize access to registers by caching registers where possible. >>> >>> Datasheet: >>> http://ww1.microchip.com/downloads/en/DeviceDoc/39935b.pdf >>> >>> Signed-off-by: Jon Ringle <jringle@gridpoint.com> >> >> Applied. > > Actually, I had to revert both patches. Please look at the compiler > warnings your code generates: Ignore me, that stuff isn't generated by your code, sorry. -- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function jon@ringle.org - 2015-10-01 13:50 +0200
Re: [PATCH net-next v2 2/2] net: Microchip encx24j600 driver David Miller <davem@davemloft.net> - 2015-10-05 12:40 +0200
Re: [PATCH net-next v2 2/2] net: Microchip encx24j600 driver David Miller <davem@davemloft.net> - 2015-10-05 12:50 +0200
Re: [PATCH net-next v2 2/2] net: Microchip encx24j600 driver David Miller <davem@davemloft.net> - 2015-10-05 12:50 +0200
Re: [PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function David Miller <davem@davemloft.net> - 2015-10-05 12:40 +0200
Re: [PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function Jon Ringle <jon@ringle.org> - 2015-10-05 14:00 +0200
Re: [PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function David Miller <davem@davemloft.net> - 2015-10-05 15:10 +0200
Re: [PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function Mark Brown <broonie@kernel.org> - 2015-10-05 16:30 +0200
csiph-web