aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/drivers
Commit message (Expand)AuthorAgeFilesLines
* Reimplement rx ring with EOQ markers to avoid reset stormsFelix Fietkau2007-12-071-5/+102
* Fix race between device reset and start_xmitFelix Fietkau2007-12-071-32/+61
* Fix VLYNQ device enable for DG834Gv1Felix Fietkau2007-12-041-1/+1
* Fix tx error handling (#2552). Make rx ring size actually configurable throug...Eugene Konev2007-10-161-18/+11
* fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)Eugene Konev2007-10-131-0/+20
* we are using leds-gpio nowEugene Konev2007-10-111-132/+0
* locking rework, drop non-napi rx, multiqueue tx, misc cleanupsEugene Konev2007-10-111-153/+157
* backport ar7_wdt from linux-2.6-watchdog-mmMatteo Croce2007-10-081-13/+11
* cleanup vlynq. drop vlynq-pciEugene Konev2007-10-053-0/+688
* more cpmac cleanups (#2452): * don't use net_device::mem* * use net_device::s...Eugene Konev2007-10-021-88/+73
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-212-2/+2
* fix silliness in [8886]Matteo Croce2007-09-201-7/+2
* replace deprecated u_char with u8Matteo Croce2007-09-201-4/+4
* Make ar7_part more readable and endianness safeMatteo Croce2007-09-201-10/+19
* small cpmac fixesMatteo Croce2007-09-201-2/+1
* style cleanups (make checkpatch.pl happy)Matteo Croce2007-09-191-5/+5
* cleanup (use dma API, use accessors, debugging/printk cleanup)Eugene Konev2007-09-191-460/+429
* fix watchdog seek test (#2383)Eugene Konev2007-09-141-1/+1
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-124-17/+18
* added ar7_wdt fix by AlexMatteo Croce2007-09-121-22/+25
* Style fixesMatteo Croce2007-09-121-13/+13
* more AR7 cleanups & fixesMatteo Croce2007-09-112-45/+44
* AR7: Cleanups (closes: #2323)Matteo Croce2007-09-115-211/+191
* fix typoNicolas Thill2007-09-111-1/+1
* Fix comments to the mtd driver (see http://www.linux-mips.org/archives/linux-...Florian Fainelli2007-09-111-8/+7
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-062-75/+75
* strip the kernel version suffix from target directories, except for brcm-2.4 ...Felix Fietkau2007-09-065-0/+2000
t: $(VARIANT) $(if $(DEFAULT_VARIANT),Default-Variant: $(VARIANT) ))$(if $(PKG_BUILD_DEPENDS),Build-Depends: $(PKG_BUILD_DEPENDS) )$(if $(HOST_BUILD_DEPENDS),Build-Depends/host: $(HOST_BUILD_DEPENDS) )$(if $(BUILD_TYPES),Build-Types: $(BUILD_TYPES) )Section: $(SECTION) Category: $(CATEGORY) $(if $(filter nonshared,$(PKGFLAGS)),,Repository: $(if $(FEED),$(FEED),base) )Title: $(TITLE) Maintainer: $(MAINTAINER) $(if $(USERID),Require-User: $(USERID) )Source: $(PKG_SOURCE) $(if $(PKG_LICENSE),License: $(PKG_LICENSE) )$(if $(PKG_LICENSE_FILES),LicenseFiles: $(PKG_LICENSE_FILES) )Type: $(if $(Package/$(1)/targets),$(Package/$(1)/targets),$(if $(PKG_TARGETS),$(PKG_TARGETS),ipkg)) $(if $(KCONFIG),Kernel-Config: $(KCONFIG) )$(if $(BUILDONLY),Build-Only: $(BUILDONLY) )$(if $(HIDDEN),Hidden: $(HIDDEN) )Description: $(if $(Package/$(1)/description),$(Package/$(1)/description),$(TITLE)) $(if $(URL),$(URL) )$(MAINTAINER) @@ $(if $(Package/$(1)/config),Config: $(Package/$(1)/config) @@ )$(foreach pc,$(preconfig_$(1)), $(Preconfig/$(pc)))) endef define Feature/Default TARGET_NAME:= TARGET_TITLE:= PRIORITY:= NAME:= endef define Feature $(eval $(Feature/Default)) $(eval $(Feature/$(1))) $(if $(DUMP),$(call Dumpinfo/Feature,$(1))) endef define Dumpinfo/Feature $(info Feature: $(TARGET_NAME)_$(1) Target-Name: $(TARGET_NAME) Target-Title: $(TARGET_TITLE) Feature-Name: $(NAME) $(if $(PRIORITY),Feature-Priority: $(PRIORITY) )Feature-Description: $(Feature/$(1)/description) @@ ) endef endif