kernel/3.10: add more helpers to the mtdsplit code
[openwrt/openwrt.git] / target / linux / generic / files / drivers /
2013-09-21 Gabor Juhoskernel/3.10: add more helpers to the mtdsplit code
2013-09-21 Gabor Juhoskernel/3.10: add separate rootfs partition parser
2013-09-21 Gabor Juhoskernel/3.10: move squashfs check from rootfs split...
2013-09-15 Hauke Mehrtenskernel: b53: detect revision of BCM5325
2013-09-15 Hauke Mehrtenskernel: b53: fix vlan write for BCM5325 revison 3+
2013-09-14 Hauke Mehrtenskernel: b53: use hard coded switch reset gpio on some...
2013-09-14 Hauke Mehrtenskernel: b53: add soft reset for BCM539x switches
2013-09-05 Jonas Gorskikernel: b53: support phy ids for BCM5365
2013-09-04 Hauke Mehrtenskernel: b53: allow access the MIB counters on BCM5365
2013-09-02 Gabor Juhosgeneric: remove linux version checks from myloader.c
2013-08-12 Felix Fietkaurtl8367: add support for configuring the VLAN FID
2013-08-01 Hauke Mehrtenskernel: b53: use devm_gpio_request_one() to request...
2013-08-01 Hauke Mehrtenskernel: b53: add support for GPIO reset
2013-07-27 John Crispinstrict_strtoul is obsolete, use kstrtoul instead
2013-07-21 Lars-Peter Clausenkernel: Remove gpio-pwm patches
2013-07-19 Jonas Gorskikernel: remove gpio_buttons
2013-07-14 Hauke Mehrtensbrcm47xx: use b53 phy driver for the switch in kernel...
2013-06-04 Gabor Juhosgeneric: add port mirroring/monitoring capability to...
2013-05-30 Gabor Juhosgeneric: ar8216: allow to specify SGMII config via...
2013-05-30 Gabor Juhosgeneric: ar8216: add get_port_link callback
2013-05-30 Gabor Juhosgeneric: ar8216: show chip revision in the kernel log
2013-05-24 Luka Perkovgeneric: ar8216: add port mirroring
2013-05-13 Felix Fietkaukernel: add missing PHY ID for an AR8327 switch variant
2013-05-09 Hauke Mehrtenskernel: b53: use correct oops for bcm5365 switch
2013-04-25 John Crispingeneric: fix rtl8366_smi compile warning
2013-04-12 John Crispinfix rtl8366s OF binding
2013-04-09 John Crispinunbreak portmapping - typo fix
2013-04-09 John Crispinallow loading port maps from OF
2013-04-06 Gabor Juhosgeneric: rtl8367: add compatible string with vendor...
2013-04-06 Gabor Juhosgeneric: rtl8367b: fix rtl8367b_extif_init_of
2013-04-06 Gabor Juhosgeneric: rtl8367: allow to load extif config from OF
2013-04-06 Gabor Juhosgeneric: rtl8367: fix a typo in MODULE_DEVICE_TABLE...
2013-04-06 Gabor Juhosgeneric: rtl8367: add vendor prefix to the compatible...
2013-04-03 John Crispinadd OF support to rtl8367b driver
2013-03-15 Gabor Juhosgeneric: ar8216: start AR8327 switch from the probe...
2013-03-15 Gabor Juhosgeneric: ar8216: add ar8xxx_start helper
2013-03-15 Gabor Juhosgeneric: ar8216: add OF configuration support for AR8327
2013-03-15 Gabor Juhosgeneric: ar8216: separate platform_data based AR8327...
2013-03-15 Gabor Juhosgeneric: ar8216: don't use platform_data in ar8327_init...
2013-03-15 Gabor Juhosgeneric: ar8216: move the ar8327_get_port_init_status...
2013-03-15 Gabor Juhosgeneric: ar8216: simplify and rename ar8327_config_port
2013-03-15 Gabor Juhosgeneric: ar8216: remove superfluous pdata checks
2013-02-21 Jonas Gorskigeneric: b53: clear SM_SW_FWD_MODE unconditionally...
2013-02-21 Jonas Gorskigeneric: b53: remove empty spaces
2013-02-17 Gabor Juhosgeneric: ar8216: cleanup function/variable names
2013-02-17 Gabor Juhosgeneric: ar8216: rename struct ar8216_priv to ar8xxx_priv
2013-02-14 Gabor Juhosgeneric: ar8216: move PHY4 RGMII workaround code out...
2013-02-14 Gabor Juhosgeneric: ar8216: register the switch from the probe...
2013-02-11 Gabor Juhosar8216: remove superfluous code from ar8216_config_init
2013-02-11 Gabor Juhosgeneric: ar8216: don't use ethernet device name in...
2013-02-11 Gabor Juhosgeneric: ar8216: reuse the private data from ar8216_probe
2013-02-11 Gabor Juhosgeneric: ar8216: use phydev instead of pdev everywhere
2013-02-11 Gabor Juhosgeneric: ar8216: use pr_* macros for kernel messages
2013-02-11 Gabor Juhosgeneric: ar8216: fix PHY features setup
2013-02-10 Gabor Juhosgeneric: ar8216: add ar8xxx_probe_switch helper
2013-02-10 Gabor Juhosgeneric: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mi...
2013-02-10 Gabor Juhosgeneric: ar8216: free mib counters from ar8xxx_free
2013-02-10 Gabor Juhosgeneric: ar8216: add ar8xxx_free helper
2013-02-10 Gabor Juhosgeneric: ar8216: add ar8xxx_create{,mii} helpers
2013-02-10 Gabor Juhosgeneric: ar8216: remove redundant phy address check
2013-02-10 Gabor Juhosgeneric: ar8216: only set phy_ptr if packet mangling...
2013-02-10 Gabor Juhosgeneric: ar8216: add defines for the AR8316 POSTRIP...
2013-02-10 Gabor Juhosgeneric: ar8216: don't probe the chip multiple times
2013-02-10 Gabor Juhosgeneric: ar8216: add sanity check to ar8216_probe
2013-02-10 Gabor Juhosgeneric: ar8216: skip probe on unused PHY addresses
2013-02-10 Jonas Gorskigeneric: b53: fix reverted error check in probe
2013-02-09 Gabor Juhosgeneric: ar8216: move sleep out of the loop
2013-02-08 Gabor Juhosgeneric: ar8216: simplify phy features setup
2013-02-08 Gabor Juhosgeneric: ar8216: don't use mdio bus specific functions...
2013-02-07 Gabor Juhosgeneric: ar8216: use inline function to convert swdev...
2013-02-07 Gabor Juhosgeneric: ar8216: add mii_bus field to struct ar8216_priv
2013-02-07 Gabor Juhosgeneric: mvswitch: add detach callback
2013-02-07 Gabor Juhosgeneric: ar8216: add detach callback
2013-02-05 Gabor Juhosgeneric: ar8216: clear driver specific data pointer...
2013-02-05 Gabor Juhosgeneric: ar8216: unregister switch on error path
2013-01-27 Hauke Mehrtenskernel: b53: the b53 spi driver depends on spi
2013-01-27 Hauke Mehrtenskernel: remove __devinit, __devexit and __devexit_p...
2013-01-23 Jonas Gorskigeneric: add b53 swconfig switch driver
2013-01-18 Jonas Gorskigeneric: rtl8366_smi: only assign pvid if no pvid was...
2012-12-25 Gabor Juhosgeneric: ar8216: add sgmii_delay_en field to ar8327_pla...
2012-12-22 Gabor Juhosgeneric: ar8216: don't use 0 as default VID on AR8327
2012-12-22 Gabor Juhosgeneric: ar8316: allow to configure port 6 via platform...
2012-12-22 Gabor Juhosgeneric: ar8216: rename cpuport_cfg to port0_cfg in...
2012-12-21 John Crispinmake to rtl8366_smi of binding use gpio_is_valid
2012-12-17 Gabor Juhosgeneric: rtl836x: fix compiler warnings
2012-12-15 Jonas Gorskilinux: generic: rtl836*: fix compilation with !CONFIG_OF
2012-12-15 John Crispinmake rtl8366 driver OF capable
2012-11-23 Gabor Juhosgeneric: ar8216: set delay values for SGMII mode on...
2012-11-22 Gabor Juhosgeneric: ar8216: introduce ar8216_mib_op helper
2012-11-21 Gabor Juhosswconfig: make it compatible with 3.7
2012-11-20 Gabor Juhosgeneric: ar8216: fix port number check in 'ar8xxx_mib_w...
2012-11-20 Gabor Juhosgeneric: ar8216: remove an unblanced mutex_unlock call
2012-11-20 Gabor Juhosgeneric: ar8216: add missing locking calls
2012-11-18 Gabor Juhosgeneric: ar8216: add MIB counter support for the AR8216...
2012-11-18 Gabor Juhosgeneric: ar8216: rename AR8216_*_STATS_* defines
2012-11-18 Gabor Juhosgeneric ar8216: allow to read/reset MIB counters via...
2012-11-18 Gabor Juhosgeneric: ar8216: use dynamically allocated private...
2012-10-27 Gabor Juhosgeneric: use mtd_read in myloader parser
2012-10-26 Gabor Juhosgeneric: swconfig: use led_set_brightness in LED contro...
2012-10-24 Florian Fainelliswconfig: get rid of the NLA_PUT_* macros
next