aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files
Commit message (Expand)AuthorAgeFilesLines
* ocf: switch MODULE_LICENSE from BSD to "Dual BSD/GPL" to make the kernel reco...Felix Fietkau2013-08-148-8/+8
* rtl8367: add support for configuring the VLAN FIDFelix Fietkau2013-08-121-0/+7
* kernel: ocf: add missing kernel dependenciesJonas Gorski2013-08-011-0/+3
* kernel: b53: use devm_gpio_request_one() to request gpioHauke Mehrtens2013-08-011-3/+4
* kernel: b53: add support for GPIO resetHauke Mehrtens2013-08-012-0/+43
* strict_strtoul is obsolete, use kstrtoul insteadJohn Crispin2013-07-271-1/+1
* kernel: Remove gpio-pwm patchesLars-Peter Clausen2013-07-214-966/+0
* kernel: remove gpio_buttonsJonas Gorski2013-07-192-265/+0
* brcm47xx: use b53 phy driver for the switch in kernel 3.10Hauke Mehrtens2013-07-141-0/+5
* generic: add port mirroring/monitoring capability to rtl8366rb switchGabor Juhos2013-06-041-1/+230
* generic: ar8216: allow to specify SGMII config via platform dataGabor Juhos2013-05-303-3/+34
* generic: ar8216: add get_port_link callbackGabor Juhos2013-05-302-2/+19
* generic: ar8216: show chip revision in the kernel logGabor Juhos2013-05-301-2/+3
* generic: ar8216: add port mirroringLuka Perkov2013-05-242-0/+318
* kernel: add missing PHY ID for an AR8327 switch variantFelix Fietkau2013-05-131-0/+1
* kernel: b53: use correct oops for bcm5365 switchHauke Mehrtens2013-05-091-1/+1
* kernel: add missing bcma defines and header file for bcrmfmacJonas Gorski2013-04-281-0/+124
* generic: fix rtl8366_smi compile warningJohn Crispin2013-04-251-1/+1
* [geneirc] fix rtl8366s OF bindingJohn Crispin2013-04-121-2/+2
* [ramips] unbreak portmapping - typo fixJohn Crispin2013-04-091-1/+1
* [swconfig] allow loading port maps from OFJohn Crispin2013-04-093-0/+89
* generic: rtl8367: add compatible string with vendor prefixGabor Juhos2013-04-061-0/+1
* generic: rtl8367b: fix rtl8367b_extif_init_ofGabor Juhos2013-04-061-7/+18
* generic: rtl8367: allow to load extif config from OFGabor Juhos2013-04-061-6/+61
* generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macroGabor Juhos2013-04-061-1/+1
* generic: rtl8367: add vendor prefix to the compatible stringGabor Juhos2013-04-061-1/+1
* [generic] add OF support to rtl8367b driverJohn Crispin2013-04-031-6/+50
* generic: ar8216: start AR8327 switch from the probe routineGabor Juhos2013-03-151-1/+19
* generic: ar8216: add ar8xxx_start helperGabor Juhos2013-03-151-11/+23
* generic: ar8216: add OF configuration support for AR8327Gabor Juhos2013-03-151-1/+52
* generic: ar8216: separate platform_data based AR8327 codeGabor Juhos2013-03-151-5/+16
* generic: ar8216: don't use platform_data in ar8327_init_portGabor Juhos2013-03-151-5/+16
* generic: ar8216: move the ar8327_get_port_init_status functionGabor Juhos2013-03-151-28/+28
* generic: ar8216: simplify and rename ar8327_config_portGabor Juhos2013-03-151-15/+9
* generic: ar8216: remove superfluous pdata checksGabor Juhos2013-03-151-2/+2
* generic: b53: clear SM_SW_FWD_MODE unconditionally when enabling VLANJonas Gorski2013-02-211-4/+2
* generic: b53: remove empty spacesJonas Gorski2013-02-211-2/+2
* generic: ar8216: cleanup function/variable namesGabor Juhos2013-02-171-110/+110
* generic: ar8216: rename struct ar8216_priv to ar8xxx_privGabor Juhos2013-02-171-94/+94
* generic: ar8216: move PHY4 RGMII workaround code out of the loopGabor Juhos2013-02-141-11/+11
* generic: ar8216: register the switch from the probe routineGabor Juhos2013-02-141-17/+12
* ar8216: remove superfluous code from ar8216_config_initGabor Juhos2013-02-111-12/+0
* generic: ar8216: don't use ethernet device name in register_switchGabor Juhos2013-02-111-3/+4
* generic: ar8216: reuse the private data from ar8216_probeGabor Juhos2013-02-111-33/+40
* generic: ar8216: use phydev instead of pdev everywhereGabor Juhos2013-02-111-33/+33
* generic: ar8216: use pr_* macros for kernel messagesGabor Juhos2013-02-111-8/+7
* generic: ar8216: fix PHY features setupGabor Juhos2013-02-111-7/+21
* generic: ar8216: add ar8xxx_probe_switch helperGabor Juhos2013-02-101-31/+42
* generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stopGabor Juhos2013-02-101-2/+2
* generic: ar8216: free mib counters from ar8xxx_freeGabor Juhos2013-02-101-4/+2