| Commit message (Expand) | Author | Age | Files | Lines |
* | cns3xxx: eliminate hardcoded kernel/rootfs partition split | Felix Fietkau | 2016-09-19 | 1 | -51/+11 |
* | cns3xxx: move laguna.c changes out of patches, update it in files/ | Felix Fietkau | 2016-09-19 | 1 | -6/+64 |
* | cns3xxx: add GW2386 support | Tim Harvey | 2016-09-08 | 1 | -0/+20 |
* | cns3xxx: add GW2394 Support | Tim Harvey | 2016-09-08 | 1 | -1/+3 |
* | cns3xxx: fix RX softIRQ loop | Koen Vandeputte | 2016-06-17 | 1 | -2/+2 |
* | cns3xxx: improve ethernet performance by using the page fragment allocation API | Felix Fietkau | 2016-01-31 | 1 | -7/+7 |
* | cns3xxx: fix ethernet DMA ring allocation issues | Felix Fietkau | 2016-01-31 | 1 | -50/+32 |
* | cns3xxx: update to linux 4.4 | Felix Fietkau | 2016-01-18 | 1 | -5/+5 |
* | cns3xxx: fix a ethernet driver napi poll handling bug | Felix Fietkau | 2016-01-18 | 1 | -1/+2 |
* | cns3xxx: clean up SMP related code | Felix Fietkau | 2016-01-18 | 2 | -17/+6 |
* | cns3xxx: remove obsolete file | Felix Fietkau | 2016-01-18 | 1 | -26/+0 |
* | cns3xxx: remove unused define and use of a deprecated function | Felix Fietkau | 2016-01-18 | 1 | -2/+1 |
* | cns3xxx: add GW2393 Support | John Crispin | 2015-12-17 | 1 | -1/+3 |
* | cns3xxx: Fix comment | John Crispin | 2015-12-17 | 1 | -1/+1 |
* | cns3xxx: add missing dma mask for ethernet device | Felix Fietkau | 2014-11-26 | 1 | -1/+6 |
* | cns3xxx: switch to using the upstream dwc2 driver instead of dwc_otg | Felix Fietkau | 2014-11-26 | 19 | -22925/+1 |
* | cns3xxx: update to linux 3.14 | Felix Fietkau | 2014-11-26 | 1 | -2/+2 |
* | cns3xxx: set base device for ethernet port netdevs | Felix Fietkau | 2014-11-26 | 1 | -0/+1 |
* | cns3xxx: fix passing the device to dma mapping ops | Felix Fietkau | 2014-11-26 | 1 | -17/+20 |
* | cns3xxx: Adopt irq_domain support for cns3xxx gpio driver | Felix Fietkau | 2014-10-08 | 1 | -7/+23 |
* | cns3xxx: fix register for enabling MMC/SD pins | Felix Fietkau | 2014-10-07 | 1 | -2/+1 |
* | cns3xxx: update to linux 3.10 | Felix Fietkau | 2014-07-31 | 13 | -338/+337 |
* | cns3xxx: ethernet - revert: clean up tx descs only when needed | Felix Fietkau | 2014-04-29 | 1 | -8/+4 |
* | Add GW2385 support | Imre Kaloz | 2014-03-12 | 1 | -0/+30 |
* | various dwc (OTG) driver fixups | Imre Kaloz | 2014-03-12 | 8 | -95/+442 |
* | cns3xxx: ethernet - clean up tx descs only when needed | Felix Fietkau | 2014-02-27 | 1 | -4/+8 |
* | cns3xxx: ethernet - resolve SMP issue | Felix Fietkau | 2014-02-27 | 1 | -2/+5 |
* | add pushbutton GPIO for GW2380/82/83 | Imre Kaloz | 2013-11-10 | 1 | -0/+3 |
* | cns3xxx: fix USB ehci/ohci platform driver | Felix Fietkau | 2013-04-10 | 1 | -3/+51 |
* | cns3xxx: remove the watchdog IRQ from the resources, it breaks the driver ini... | Felix Fietkau | 2013-04-07 | 1 | -5/+0 |
* | cns3xxx: ethernet - clean the tx ring before refilling the rx ring to reduce ... | Felix Fietkau | 2013-03-11 | 1 | -4/+4 |
* | cns3xxx: ethernet - clean the tx ring only in the poll function, not in the x... | Felix Fietkau | 2013-03-11 | 1 | -6/+11 |
* | cns3xxx: increase number of ethernet driver rx buffers | Felix Fietkau | 2013-03-10 | 1 | -1/+1 |
* | cns3xxx: prevent the ethernet driver from accessing uninitialized dma descrip... | Felix Fietkau | 2013-03-10 | 1 | -1/+2 |
* | cns3xxx: minor ethernet driver cleanup | Felix Fietkau | 2013-03-10 | 1 | -35/+19 |
* | cns3xxx: use kmalloc instead of kzalloc for ethernet rx buffers | Felix Fietkau | 2013-03-10 | 1 | -1/+1 |
* | cns3xxx: fix an rx irq handling corner case | Felix Fietkau | 2013-03-10 | 1 | -5/+5 |
* | cns3xxx: fix ethernet driver memory barrier usage | Felix Fietkau | 2013-03-10 | 1 | -5/+8 |
* | cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet perfo... | Felix Fietkau | 2013-03-10 | 1 | -1/+1 |
* | cns3xxx: add linux 3.8 support and use it by default | Felix Fietkau | 2013-03-09 | 7 | -24/+25 |
* | clean up PCI bus topology | Imre Kaloz | 2013-01-10 | 1 | -2/+2 |
* | add nol2x0 cmdline to disable l2x0 cache | Imre Kaloz | 2012-12-23 | 1 | -2/+0 |
* | cns3xxx: fix dwc_otg driver compat with udc-core | Florian Fainelli | 2012-12-04 | 1 | -83/+0 |
* | split spi patch, follow mainline file naming | Imre Kaloz | 2012-11-12 | 1 | -0/+449 |
* | split the i2c patch, merge the retry fixup | Imre Kaloz | 2012-11-12 | 1 | -0/+396 |
* | cns3xxx: convert dwc_otg patches to files | Luka Perkov | 2012-11-11 | 18 | -0/+22666 |
* | cns3xxx: convert ethernet patches to files | Luka Perkov | 2012-11-11 | 3 | -0/+1378 |
* | cns3xxx: exit from laguna late_initcall if not running on laguna board | Luka Perkov | 2012-11-08 | 1 | -0/+3 |
* | cns3xxx: add PPS support for laguna | Imre Kaloz | 2012-11-08 | 1 | -0/+20 |
* | cns3xxx: use files directory | Luka Perkov | 2012-11-06 | 10 | -0/+1907 |