generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv
[openwrt/svn-archive/archive.git] / target / linux / generic / files / drivers / net / phy /
2012-05-29 Gabor Juhosgeneric: ar8216: replace chip_type field with chip_...
2012-05-29 Gabor Juhosgeneric: ar8216: add chip_is_ar8{216,236,316,327} helpers
2012-05-27 Gabor Juhosgeneric: rtl8367: rename a misnamed variable
2012-05-27 Gabor Juhosgeneric: rtl8366_smi: remove duplicated spinlock initia...
2012-05-27 Gabor Juhosgeneric: rtl8366_smi: rename debugfs Kconfig symbol
2012-05-27 Gabor Juhosgeneric: rtl8367: allow to use VLANs > 31
2012-05-06 Felix Fietkaukernel: rewrite the phy packet hook, put it in the...
2012-05-06 Felix Fietkauatheros: update to 3.3.4 (based on work by acoul),...
2012-04-29 Gabor Juhoslinux: rtl836x: add a generic reset_switch function
2012-04-29 Gabor Juhoslinux: rtl836x: rename rtl836*_hw_init to rtl836*_setup
2012-04-29 Gabor Juhoslinux: rtl836x: add a reset_chip callback to rtl8366_sm...
2012-04-22 Felix Fietkauar8216: enable forwarding of multicast frames to the...
2012-03-22 John Crispin[ar8216] fixes breakage introduced in 776722ce36ac95877...
2012-03-18 Gabor Juhosgeneric: ar8216: add support for the AR8327 chip
2012-03-18 Gabor Juhosgeneric: ar8216: allow to use more ports
2012-03-18 Gabor Juhosgeneric: ar8216: reorder chip specific functions
2012-03-18 Gabor Juhosgeneric: ar8216: reorder switch_dev specific functions
2012-03-18 Gabor Juhosgeneric: ar8216: use ar8216_sw_ prefix for switchdev...
2012-03-18 Gabor Juhosgeneric: ar8216: use switch_dev->ports in for loops
2012-03-18 Gabor Juhosgeneric: ar8216: add read_port_status field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add init_globals field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add caps field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add vtu_load_vlan field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add vtu_flush field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add init_port field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add setup_port field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add hw_init field to ar8xxx_chip
2012-03-18 Gabor Juhosgeneric: ar8216: add a separate structure for chip...
2012-03-18 Gabor Juhosgeneric: ar8216: rename chip field of struct ar8216
2012-03-18 Gabor Juhosgeneric: ar8216: move ar8216_id_chip function
2012-03-18 Gabor Juhosgeneric: ar8216: rename ar8216_ops to ar8216_sw_ops
2012-03-15 Felix Fietkauswconfig: use a mutex instead of a spinlock, many swcon...
2012-03-15 Felix Fietkauar8216: fix a MTU related regression
2012-03-15 Gabor Juhosar71xx: move micrel PHY driver to the generic linux...
2012-03-13 Gabor Juhosgeneric: ar8216: merge multiple if statements in ar8216...
2012-03-11 Gabor Juhosgeneric: ar8216: use usleep_range in ar8216_mii_{read...
2012-03-11 Gabor Juhosgeneric: ar8216: add a helper function for writing...
2012-03-11 Gabor Juhosgeneric: ar8216: add lockep assertion to ar8216_rmw
2012-03-08 Gabor Juhosgeneric: ar8216: coding style cleanup
2012-03-08 Gabor Juhosgeneric: ar8216: don't use static variable in ar8236_hw...
2012-03-08 Gabor Juhosgeneric: ar8216: move register inititalization into...
2012-03-08 Gabor Juhosgeneric: ar8216: set chip type directly in ar8216_id_chip
2012-03-08 Gabor Juhosgeneric: ar8216: simplify ar8216_config_init
2012-03-07 Gabor Juhosgeneric: ar8216: move port initialization into a separa...
2012-03-07 Gabor Juhosgeneric: ar8216: improve ar8216_wait_bit function
2012-03-07 Gabor Juhosgeneric: ar8216: use ar8216_read_port_link to get the...
2012-03-07 Gabor Juhosgeneric: ar8216: use the generic get_port_link implemen...
2012-03-07 Gabor Juhosgeneric: rtl8367: use the generic get_port_link impleme...
2012-03-07 Gabor Juhosgeneric: rtl8366s: use the generic get_port_link implem...
2012-03-07 Gabor Juhosgeneric: rtl8366rb: use the generic get_port_link imple...
2012-03-07 Gabor Juhosgeneric: swconfig: add a generic get_port_link implemen...
2012-03-07 Gabor Juhosgeneric: ar8216: use mdiobus_write in ar8236_hw_init
2012-03-07 Gabor Juhosgeneric: ar8216: use bus->mdio_lock directly in ar8216_...
2012-03-07 Gabor Juhosgeneric: ar8216: fix phy driver name
2012-02-27 Jo-Philipp Wich[generic] revert unrelated change in previous commit
2012-02-27 Jo-Philipp Wich[generic] partly revert r30708, it breaks various arches
2012-01-21 Gabor Juhosgeneric: rtl8366: add rtl8366_smi_write_reg_noack helper
2012-01-13 Jo-Philipp Wich[generic] rtl8366: fix rtl8366_smi_detect() after r29677
2012-01-12 Felix Fietkauar8216: use vlan configuration for connecting ports...
2012-01-12 Felix Fietkauar8216: do not strip vlan tags when running with vlan_e...
2012-01-07 Gabor Juhosgeneric: add driver for the RTL8367R/M switches
2012-01-07 Gabor Juhosgeneric: rtl8366: preparing for RTL8367 support
2012-01-07 Gabor Juhosgeneric: rtl8366_smi: add timeout message
2011-12-31 Gabor Juhoskernel: swconfig: introduce a generic switch LED trigger
2011-11-12 Gabor Juhoskernel: ar8216: add support for the AR8236 switch
2011-11-12 Gabor Juhoskernel: ar8216: move port vlan setup into a separate...
2011-11-04 Gabor Juhoskernel: swconfig: add a missing unlock in error path
2011-10-11 Jonas Gorskiar8216: use mdiobus_{read,write} to ensure proper locking
2011-09-21 Gabor Juhosgeneric: jumbo frames support for rtl8366s
2011-08-15 Gabor Juhosgeneric: ar8216: add support for get link status
2011-07-27 Jonas Gorskiswconfig: Add generic switch identifiers
2011-07-24 Felix Fietkaurtl8366_smi: implement a function for detecting whether...
2011-07-24 Felix Fietkaurtl8366: unify rtl8366s and rtl8366rb platform data
2011-05-09 John Crispin[PATCH v3] (respin) 802.1Q VLAN support for ADM6996M...
2011-04-28 Felix Fietkauar8316: automatically detect whether port4 is used...
2011-04-28 Felix Fietkauar8216: support AR8316 rev 0 devices
2011-04-26 Felix Fietkauswconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK
2011-04-12 Gabor Juhosgeneric: rtl8366{s,rb}: remove the PHY driver.
2011-04-02 Felix Fietkaurtl8306: do not overwrite registers in the phy fixup...
2011-01-26 Gabor Juhosgeneric: rtl8366s: allow initial register values to...
2011-01-09 Gabor Juhosgeneric: rtl8366: fix build error
2011-01-08 Gabor Juhosgeneric: rtl8366: enable vlans before enabling the...
2011-01-08 Gabor Juhosgeneric: rtl8366: enable ports only after VLAN configur...
2011-01-08 Gabor Juhosgeneric: rtl8366: add enable_port helper
2011-01-08 Gabor Juhosgeneric: rtl8366_smi: init VLANs only in first switch...
2011-01-08 Gabor Juhosgeneric: rtl8366s: use correct bitmasks in sanity checks
2011-01-08 Gabor Juhosgeneric: rtl8366s: add vlan fid support
2011-01-08 Gabor Juhosgeneric: rtl8366: add debugfs file for VLAN4K table
2011-01-08 Gabor Juhosgeneric: rtl8366rb: use correct bitmasks in sanity...
2010-11-24 Gabor Juhosgeneric: add rtl8366rb switch vlan fid support
2010-11-04 Florian Fainelli[kernel] fix mvswitch PHY polling setting (#8133)
2010-10-21 Felix Fietkaurt8366*: use __devinit instead of __init for the probe...
2010-10-12 Jo-Philipp Wich[generic] unify extended vlan id swconfig attributes.
2010-09-27 Gabor Juhosgeneric: RTL8366S/RB: Fix autonegotiation for the WAN...
2010-09-27 Gabor Juhosgeneric: add rtl8366rb switch port rate, port and qos...
2010-09-04 Florian Fainelli[kernel] add switch driver for Lantiq PSB6970
2010-08-31 Felix Fietkaurtl8366_smi: when setting VLAN ports, always initialize...
2010-08-18 Gabor Juhosgeneric: rtl8366: allow use of VIDs 16-4095 if vlan4k...
2010-08-18 Gabor Juhosgeneric: rtl8366: add generic code to enable VLANs
2010-08-18 Gabor Juhosgeneric: rtl8366: add enable_vlan{,4k} to smi_ops
next