[dtaht/Cerowrt-3.3] 7c90f3: [mcs814x] add Moschip MSC814x support

GitHub noreply at github.com
Tue Jun 26 13:40:49 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/dtaht/Cerowrt-3.3
  Commit: 7c90f3b2b498531a267b0e85c4f634f65d76eba8
      https://github.com/dtaht/Cerowrt-3.3/commit/7c90f3b2b498531a267b0e85c4f634f65d76eba8
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    A target/linux/mcs814x/Makefile
    A target/linux/mcs814x/base-files/etc/uci-defaults/leds
    A target/linux/mcs814x/base-files/lib/mcs814x.sh
    A target/linux/mcs814x/base-files/lib/preinit/03_preinit_do_mcs814x.sh
    A target/linux/mcs814x/config-default
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/rbt-832.dts
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/cpu.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/debug-macro.S
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/gpio.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/hardware.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/io.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/irqs.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/memory.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/param.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/system.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/timex.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/uncompress.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c
    A target/linux/mcs814x/files-3.3/drivers/char/hw_random/mcs814x-rng.c
    A target/linux/mcs814x/files-3.3/drivers/gpio/gpio-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/Kconfig
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/Makefile
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
    A target/linux/mcs814x/files-3.3/drivers/net/phy/mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/usb/host/ehci-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/watchdog/mcs814x_wdt.c
    A target/linux/mcs814x/image/Makefile
    A target/linux/mcs814x/modules.mk
    A target/linux/mcs814x/patches-3.3/001-platform.patch
    A target/linux/mcs814x/patches-3.3/003-ethernet.patch
    A target/linux/mcs814x/patches-3.3/004-usb.patch
    A target/linux/mcs814x/patches-3.3/005-mcs814x_rng.patch
    A target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
    A target/linux/mcs814x/patches-3.3/008-mcs814x_gpio.patch
    A target/linux/mcs814x/patches-3.3/010-fdt_config_cmdline_extend.patch
    A target/linux/mcs814x/patches-3.3/011-mcs814x_internal_phy.patch

  Log Message:
  -----------
  [mcs814x] add Moschip MSC814x support

This target currently only supports Moschip's MCS8140 SoC, but support
for other chips in the same family (MCS8142, MCS8144) will be easy to add.

Target support is entirely using Device Tree for probing peripherals.
Drivers support include:
- PCI
- USB 1 & 2
- watchdog
- random number generator
- UART
- timer
- internal Ethernet PHY
- Ethernet MAC core

Support for the following boards is included using Device Tree
- Devolo dLAN USB Extender
- Tigal RBT-832

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32462 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 5cae7371a78b99af668d4e1f43c985a8b707aa33
      https://github.com/dtaht/Cerowrt-3.3/commit/5cae7371a78b99af668d4e1f43c985a8b707aa33
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M package/ppp/patches/010-use_target_for_configure.patch
    M package/ppp/patches/100-debian_ip-ip_option.patch
    M package/ppp/patches/101-debian_close_dev_ppp.patch
    M package/ppp/patches/103-debian_fix_link_pidfile.patch
    M package/ppp/patches/106-debian_stripMSdomain.patch
    R package/ppp/patches/107-debian_pppatm_cleanup.patch
    A package/ppp/patches/107-debian_pppoatm_wildcard.patch
    M package/ppp/patches/110-debian_defaultroute.patch
    M package/ppp/patches/120-debian_ipv6_updown_option.patch
    M package/ppp/patches/200-makefile.patch
    M package/ppp/patches/201-mppe_mppc_1.1.patch
    M package/ppp/patches/202-no_strip.patch
    M package/ppp/patches/203-opt_flags.patch
    M package/ppp/patches/205-no_exponential_timeout.patch
    M package/ppp/patches/206-compensate_time_change.patch
    M package/ppp/patches/207-lcp_mtu_max.patch
    M package/ppp/patches/208-fix_status_code.patch
    M package/ppp/patches/300-filter-pcap-includes-lib.patch
    M package/ppp/patches/310-precompile_filter.patch
    M package/ppp/patches/320-custom_iface_names.patch
    M package/ppp/patches/330-retain_foreign_default_routes.patch
    M package/ppp/patches/340-populate_default_gateway.patch
    M package/ppp/patches/400-simplify_kernel_checks.patch
    M package/ppp/patches/401-no_record_file.patch
    M package/ppp/patches/403-no_wtmp.patch
    M package/ppp/patches/404-remove_obsolete_protocol_names.patch
    M package/ppp/patches/405-no_multilink_option.patch
    M package/ppp/patches/430-pppol2tpv3-struct.patch

  Log Message:
  -----------
  [package] ppp: annotate most patches with description and S-o-b

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32463 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 52d8a6d5896ffb6646bb967c83c5ec761c4101f0
      https://github.com/dtaht/Cerowrt-3.3/commit/52d8a6d5896ffb6646bb967c83c5ec761c4101f0
  Author: acinonyx <acinonyx at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    M package/busybox/config/coreutils/Config.in

  Log Message:
  -----------
  [package] busybox: Enable ibs, obs and conv options on 'dd'

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32464 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 9ebe4278970d9730f4e96a8c0491f3e27775a72b
      https://github.com/dtaht/Cerowrt-3.3/commit/9ebe4278970d9730f4e96a8c0491f3e27775a72b
  Author: acinonyx <acinonyx at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-19 (Tue, 19 Jun 2012)

  Changed paths:
    A target/linux/x86/base-files/lib/preinit/89_move_config
    M target/linux/x86/base-files/lib/upgrade/platform.sh

  Log Message:
  -----------
  [x86] Fix sysupgrade for squashfs, jffs2 and ext4 images

	* use 'fsync' with 'dd' for image writing
	* save config to boot partition

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32465 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 14e6a4d93312e4a713a576a1b5379b27b0f53219
      https://github.com/dtaht/Cerowrt-3.3/commit/14e6a4d93312e4a713a576a1b5379b27b0f53219
  Author: blogic <blogic at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M rules.mk

  Log Message:
  -----------
  add and export HOSTCC_NOCACHE

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32466 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 01f5ff58f77646ce380ce37eb8100b360ebf3a6f
      https://github.com/dtaht/Cerowrt-3.3/commit/01f5ff58f77646ce380ce37eb8100b360ebf3a6f
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    R package/base-files/eglibc-files/etc/nsswitch.conf
    A package/toolchain/eglibc-files/etc/nsswitch.conf

  Log Message:
  -----------
  toolchain: move eglibc-files from base-files to toolchain, it is packaged as part of the libc package

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32467 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 85bb2ebefa043ec2ba9d1c7bcdfcea2e02707864
      https://github.com/dtaht/Cerowrt-3.3/commit/85bb2ebefa043ec2ba9d1c7bcdfcea2e02707864
  Author: mirko <mirko at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M target/linux/xburst/Makefile

  Log Message:
  -----------
  [target/xburst] verified to work - remove broken flag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32469 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 3a5b7c7629c57edb6063c839ccad36ab48353726
      https://github.com/dtaht/Cerowrt-3.3/commit/3a5b7c7629c57edb6063c839ccad36ab48353726
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    M target/linux/mcs814x/patches-3.3/001-platform.patch

  Log Message:
  -----------
  [mcs814x] do not use MULTI_IRQ_HANDLER it is bogus on our platform

This caused stalls in the Ethernet DMA block, so until properly
written and sorted out, fallback to the assembly version instead.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32470 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: ee556c7f7b62647304f3395ddf723eaf880262b6
      https://github.com/dtaht/Cerowrt-3.3/commit/ee556c7f7b62647304f3395ddf723eaf880262b6
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c

  Log Message:
  -----------
  [mcs814x] improve ethernet driver debugging

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32471 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: aa77c3e868fadec8bfc00314a071516f57054797
      https://github.com/dtaht/Cerowrt-3.3/commit/aa77c3e868fadec8bfc00314a071516f57054797
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c

  Log Message:
  -----------
  [mcs814x] remove uselss cache invalidations

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32472 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 2af5a044d34ca306c5643961190ecf820935c241
      https://github.com/dtaht/Cerowrt-3.3/commit/2af5a044d34ca306c5643961190ecf820935c241
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/base-files/etc/uci-defaults/leds

  Log Message:
  -----------
  [mcs814x] use generic uci defaults functions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32473 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: b6eacc06d69bc3cb43e1b536786da34a7dd4010d
      https://github.com/dtaht/Cerowrt-3.3/commit/b6eacc06d69bc3cb43e1b536786da34a7dd4010d
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-20 (Wed, 20 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/Makefile
    M target/linux/mcs814x/base-files/etc/uci-defaults/leds

  Log Message:
  -----------
  [mcs814x] fix USB led triggers

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32474 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 0235660f48fd2fb3f47595b029aa3e3704af512e
      https://github.com/dtaht/Cerowrt-3.3/commit/0235660f48fd2fb3f47595b029aa3e3704af512e
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c

  Log Message:
  -----------
  [mcs814x] remove handle_irq callback in board-mcs8140-dt.c

This should have been removed in r32470.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32481 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 5129ca13a6a5d3bb105ad7976410144fde82e9b3
      https://github.com/dtaht/Cerowrt-3.3/commit/5129ca13a6a5d3bb105ad7976410144fde82e9b3
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-21 (Thu, 21 Jun 2012)

  Changed paths:
    M package/ppp/files/ppp.sh

  Log Message:
  -----------
  [package] ppp: the pptp buffering option is not supported anymore, remove it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32482 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: bc89518781204a7d98b79ea4fbc530a44d407383
      https://github.com/dtaht/Cerowrt-3.3/commit/bc89518781204a7d98b79ea4fbc530a44d407383
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/hardware.h
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c

  Log Message:
  -----------
  [mcs814x] regroup interrupt controller register definitions in hardware.h

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32485 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 4c31778fc4c4c92194f04a9cc3c4cabd22d6293a
      https://github.com/dtaht/Cerowrt-3.3/commit/4c31778fc4c4c92194f04a9cc3c4cabd22d6293a
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi
    M target/linux/mcs814x/files-3.3/arch/arm/boot/dts/rbt-832.dts
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    M target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c

  Log Message:
  -----------
  [mcs814x] remove platform specific initialization from ethernet driver

Hardware filtering must always be enabled as long as there is an Ethernet
device registered, and use device tree for setting the link activity and
buffer shifting enable/disable bit.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32486 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 01532c0031e0aed0b20aa5f8dbb7389859f092a9
      https://github.com/dtaht/Cerowrt-3.3/commit/01532c0031e0aed0b20aa5f8dbb7389859f092a9
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/debug-macro.S
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/hardware.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/uncompress.h
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c

  Log Message:
  -----------
  [mcs814x] make hardware.h a forward inclusion of mcs814x.h

mach/hardware.h is soon to be removed by upstream kernel

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32487 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: a699bb193aa614906df17173128c33123de8b4c2
      https://github.com/dtaht/Cerowrt-3.3/commit/a699bb193aa614906df17173128c33123de8b4c2
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h

  Log Message:
  -----------
  [mcs814x] group SYSDBG register defines in mcs814x.h

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32488 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 27abc2e19ff6234a0b2ff98b3398dbec127314fb
      https://github.com/dtaht/Cerowrt-3.3/commit/27abc2e19ff6234a0b2ff98b3398dbec127314fb
  Author: florian <florian at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/debug-macro.S
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h
    M target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/uncompress.h

  Log Message:
  -----------
  [mcs814x] provide an early ioremap cookie of the system configuration register

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32489 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 99a635edd1d4d34e9bfa3cf0c090616841d7f4b8
      https://github.com/dtaht/Cerowrt-3.3/commit/99a635edd1d4d34e9bfa3cf0c090616841d7f4b8
  Author: acinonyx <acinonyx at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M target/linux/ramips/base-files/etc/uci-defaults/network
    M target/linux/ramips/base-files/lib/preinit/06_set_iface_mac

  Log Message:
  -----------
  ramips: mac address detection for Fonera 2.0n

Detect and apply MAC address of a Fonera 2.0n (ramips)

Signed-off-by: Malte Forkel <malte.forkel at berlin.de>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis at silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32490 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: bbf9fad77f918cc0ec19381c05c04783a9aa2e92
      https://github.com/dtaht/Cerowrt-3.3/commit/bbf9fad77f918cc0ec19381c05c04783a9aa2e92
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M package/mac80211/patches/300-pending_work.patch
    M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
    M package/mac80211/patches/521-ath9k_cur_txpower.patch
    M package/mac80211/patches/530-ath9k_limit_qlen.patch

  Log Message:
  -----------
  ath9k: merge a patch for improving ad-hoc mode performance

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32491 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 4c77c170f6d4e395e14484228d49ca1766f87697
      https://github.com/dtaht/Cerowrt-3.3/commit/4c77c170f6d4e395e14484228d49ca1766f87697
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-23 (Sat, 23 Jun 2012)

  Changed paths:
    M package/mac80211/patches/300-pending_work.patch
    M package/mac80211/patches/400-ath_move_debug_code.patch
    M package/mac80211/patches/522-ath9k_per_chain_signal_strength.patch

  Log Message:
  -----------
  ath9k: fix a dynamic WEP related regression

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32492 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: 767fff8ad8d22143aec7667472d18da39f95de37
      https://github.com/dtaht/Cerowrt-3.3/commit/767fff8ad8d22143aec7667472d18da39f95de37
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    R package/base-files/eglibc-files/etc/nsswitch.conf
    M package/busybox/config/coreutils/Config.in
    M package/mac80211/patches/300-pending_work.patch
    M package/mac80211/patches/400-ath_move_debug_code.patch
    M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
    M package/mac80211/patches/521-ath9k_cur_txpower.patch
    M package/mac80211/patches/522-ath9k_per_chain_signal_strength.patch
    M package/mac80211/patches/530-ath9k_limit_qlen.patch
    M package/ppp/files/ppp.sh
    M package/ppp/patches/010-use_target_for_configure.patch
    M package/ppp/patches/100-debian_ip-ip_option.patch
    M package/ppp/patches/101-debian_close_dev_ppp.patch
    M package/ppp/patches/103-debian_fix_link_pidfile.patch
    M package/ppp/patches/106-debian_stripMSdomain.patch
    R package/ppp/patches/107-debian_pppatm_cleanup.patch
    A package/ppp/patches/107-debian_pppoatm_wildcard.patch
    M package/ppp/patches/110-debian_defaultroute.patch
    M package/ppp/patches/120-debian_ipv6_updown_option.patch
    M package/ppp/patches/200-makefile.patch
    M package/ppp/patches/201-mppe_mppc_1.1.patch
    M package/ppp/patches/202-no_strip.patch
    M package/ppp/patches/203-opt_flags.patch
    M package/ppp/patches/205-no_exponential_timeout.patch
    M package/ppp/patches/206-compensate_time_change.patch
    M package/ppp/patches/207-lcp_mtu_max.patch
    M package/ppp/patches/208-fix_status_code.patch
    M package/ppp/patches/300-filter-pcap-includes-lib.patch
    M package/ppp/patches/310-precompile_filter.patch
    M package/ppp/patches/320-custom_iface_names.patch
    M package/ppp/patches/330-retain_foreign_default_routes.patch
    M package/ppp/patches/340-populate_default_gateway.patch
    M package/ppp/patches/400-simplify_kernel_checks.patch
    M package/ppp/patches/401-no_record_file.patch
    M package/ppp/patches/403-no_wtmp.patch
    M package/ppp/patches/404-remove_obsolete_protocol_names.patch
    M package/ppp/patches/405-no_multilink_option.patch
    M package/ppp/patches/430-pppol2tpv3-struct.patch
    A package/toolchain/eglibc-files/etc/nsswitch.conf
    M rules.mk
    A target/linux/mcs814x/Makefile
    A target/linux/mcs814x/base-files/etc/uci-defaults/leds
    A target/linux/mcs814x/base-files/lib/mcs814x.sh
    A target/linux/mcs814x/base-files/lib/preinit/03_preinit_do_mcs814x.sh
    A target/linux/mcs814x/config-default
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/rbt-832.dts
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/cpu.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/debug-macro.S
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/gpio.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/hardware.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/io.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/irqs.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/memory.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/param.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/system.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/timex.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/uncompress.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c
    A target/linux/mcs814x/files-3.3/drivers/char/hw_random/mcs814x-rng.c
    A target/linux/mcs814x/files-3.3/drivers/gpio/gpio-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/Kconfig
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/Makefile
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
    A target/linux/mcs814x/files-3.3/drivers/net/phy/mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/usb/host/ehci-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/watchdog/mcs814x_wdt.c
    A target/linux/mcs814x/image/Makefile
    A target/linux/mcs814x/modules.mk
    A target/linux/mcs814x/patches-3.3/001-platform.patch
    A target/linux/mcs814x/patches-3.3/003-ethernet.patch
    A target/linux/mcs814x/patches-3.3/004-usb.patch
    A target/linux/mcs814x/patches-3.3/005-mcs814x_rng.patch
    A target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
    A target/linux/mcs814x/patches-3.3/008-mcs814x_gpio.patch
    A target/linux/mcs814x/patches-3.3/010-fdt_config_cmdline_extend.patch
    A target/linux/mcs814x/patches-3.3/011-mcs814x_internal_phy.patch
    M target/linux/ramips/base-files/etc/uci-defaults/network
    M target/linux/ramips/base-files/lib/preinit/06_set_iface_mac
    A target/linux/x86/base-files/lib/preinit/89_move_config
    M target/linux/x86/base-files/lib/upgrade/platform.sh
    M target/linux/xburst/Makefile

  Log Message:
  -----------
  Merge branch 'master' of git://nbd.name/openwrt


  Commit: ed044907b1bf4252d65f21069ac3400594adb4d5
      https://github.com/dtaht/Cerowrt-3.3/commit/ed044907b1bf4252d65f21069ac3400594adb4d5
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    R package/base-files/eglibc-files/etc/nsswitch.conf
    M package/busybox/config/coreutils/Config.in
    M package/mac80211/patches/300-pending_work.patch
    M package/mac80211/patches/400-ath_move_debug_code.patch
    M package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
    M package/mac80211/patches/521-ath9k_cur_txpower.patch
    M package/mac80211/patches/522-ath9k_per_chain_signal_strength.patch
    M package/mac80211/patches/530-ath9k_limit_qlen.patch
    M package/ppp/files/ppp.sh
    M package/ppp/patches/010-use_target_for_configure.patch
    M package/ppp/patches/100-debian_ip-ip_option.patch
    M package/ppp/patches/101-debian_close_dev_ppp.patch
    M package/ppp/patches/103-debian_fix_link_pidfile.patch
    M package/ppp/patches/106-debian_stripMSdomain.patch
    R package/ppp/patches/107-debian_pppatm_cleanup.patch
    A package/ppp/patches/107-debian_pppoatm_wildcard.patch
    M package/ppp/patches/110-debian_defaultroute.patch
    M package/ppp/patches/120-debian_ipv6_updown_option.patch
    M package/ppp/patches/200-makefile.patch
    M package/ppp/patches/201-mppe_mppc_1.1.patch
    M package/ppp/patches/202-no_strip.patch
    M package/ppp/patches/203-opt_flags.patch
    M package/ppp/patches/205-no_exponential_timeout.patch
    M package/ppp/patches/206-compensate_time_change.patch
    M package/ppp/patches/207-lcp_mtu_max.patch
    M package/ppp/patches/208-fix_status_code.patch
    M package/ppp/patches/300-filter-pcap-includes-lib.patch
    M package/ppp/patches/310-precompile_filter.patch
    M package/ppp/patches/320-custom_iface_names.patch
    M package/ppp/patches/330-retain_foreign_default_routes.patch
    M package/ppp/patches/340-populate_default_gateway.patch
    M package/ppp/patches/400-simplify_kernel_checks.patch
    M package/ppp/patches/401-no_record_file.patch
    M package/ppp/patches/403-no_wtmp.patch
    M package/ppp/patches/404-remove_obsolete_protocol_names.patch
    M package/ppp/patches/405-no_multilink_option.patch
    M package/ppp/patches/430-pppol2tpv3-struct.patch
    A package/toolchain/eglibc-files/etc/nsswitch.conf
    M rules.mk
    A target/linux/mcs814x/Makefile
    A target/linux/mcs814x/base-files/etc/uci-defaults/leds
    A target/linux/mcs814x/base-files/lib/mcs814x.sh
    A target/linux/mcs814x/base-files/lib/preinit/03_preinit_do_mcs814x.sh
    A target/linux/mcs814x/config-default
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/dlan-usb-extender.dts
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi
    A target/linux/mcs814x/files-3.3/arch/arm/boot/dts/rbt-832.dts
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Kconfig
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/Makefile.boot
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/cpu.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/debug-macro.S
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/entry-macro.S
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/gpio.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/hardware.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/io.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/irqs.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/mcs814x.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/memory.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/param.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/system.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/timex.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/include/mach/uncompress.h
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
    A target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c
    A target/linux/mcs814x/files-3.3/drivers/char/hw_random/mcs814x-rng.c
    A target/linux/mcs814x/files-3.3/drivers/gpio/gpio-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/Kconfig
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/Makefile
    A target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
    A target/linux/mcs814x/files-3.3/drivers/net/phy/mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/usb/host/ehci-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/usb/host/ohci-mcs814x.c
    A target/linux/mcs814x/files-3.3/drivers/watchdog/mcs814x_wdt.c
    A target/linux/mcs814x/image/Makefile
    A target/linux/mcs814x/modules.mk
    A target/linux/mcs814x/patches-3.3/001-platform.patch
    A target/linux/mcs814x/patches-3.3/003-ethernet.patch
    A target/linux/mcs814x/patches-3.3/004-usb.patch
    A target/linux/mcs814x/patches-3.3/005-mcs814x_rng.patch
    A target/linux/mcs814x/patches-3.3/006-mcs814x_wdt.patch
    A target/linux/mcs814x/patches-3.3/008-mcs814x_gpio.patch
    A target/linux/mcs814x/patches-3.3/010-fdt_config_cmdline_extend.patch
    A target/linux/mcs814x/patches-3.3/011-mcs814x_internal_phy.patch
    M target/linux/ramips/base-files/etc/uci-defaults/network
    M target/linux/ramips/base-files/lib/preinit/06_set_iface_mac
    A target/linux/x86/base-files/lib/preinit/89_move_config
    M target/linux/x86/base-files/lib/upgrade/platform.sh
    M target/linux/xburst/Makefile

  Log Message:
  -----------
  Merge branch 'master' of /home/cero1/src/openwrt


  Commit: ced5f69d4d824bf9178b48dcff9a8210391eaa8b
      https://github.com/dtaht/Cerowrt-3.3/commit/ced5f69d4d824bf9178b48dcff9a8210391eaa8b
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M target/linux/generic/config-3.3

  Log Message:
  -----------
  kernel: add missing config symbol

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32498 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: b733e49285dac1c29cb40c22c696f7bd1e324eaf
      https://github.com/dtaht/Cerowrt-3.3/commit/b733e49285dac1c29cb40c22c696f7bd1e324eaf
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M target/linux/generic/config-3.3

  Log Message:
  -----------
  Merge branch 'master' of git://nbd.name/openwrt


  Commit: d3510593f9f01f3ea3c201be06a3238d7b102980
      https://github.com/dtaht/Cerowrt-3.3/commit/d3510593f9f01f3ea3c201be06a3238d7b102980
  Author: nbd <nbd at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M scripts/feeds

  Log Message:
  -----------
  scripts/feeds: redirect stderr of the which call to /dev/null to avoid potentially confusing error messages on some systems

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32499 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: e3c7793704aad4a6051738de6bc6f893d5c5b089
      https://github.com/dtaht/Cerowrt-3.3/commit/e3c7793704aad4a6051738de6bc6f893d5c5b089
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-06-24 (Sun, 24 Jun 2012)

  Changed paths:
    M scripts/feeds

  Log Message:
  -----------
  Merge branch 'master' of git://nbd.name/openwrt


  Commit: 75f167e6de77d66546228de4b714cae59250975e
      https://github.com/dtaht/Cerowrt-3.3/commit/75f167e6de77d66546228de4b714cae59250975e
  Author: jow <jow at 3c298f89-4303-0410-b956-a3cf2f4a3e73>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M tools/sdcc/Makefile

  Log Message:
  -----------
  [tools] sdcc: enable packihx, required by firmwarehotplug

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32500 3c298f89-4303-0410-b956-a3cf2f4a3e73


  Commit: f935350622bb1e5dc01cd0f223da5f788779e0d6
      https://github.com/dtaht/Cerowrt-3.3/commit/f935350622bb1e5dc01cd0f223da5f788779e0d6
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M tools/sdcc/Makefile

  Log Message:
  -----------
  Merge branch 'master' of git://nbd.name/openwrt


  Commit: 69b3d75298e8c4233c0a404a94c0c3b81794f60a
      https://github.com/dtaht/Cerowrt-3.3/commit/69b3d75298e8c4233c0a404a94c0c3b81794f60a
  Author: Dave Taht <dave.taht at bufferbloat.net>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M scripts/feeds
    M target/linux/generic/config-3.3
    M tools/sdcc/Makefile

  Log Message:
  -----------
  Merge branch 'master' of /home/cero1/src/openwrt


Compare: https://github.com/dtaht/Cerowrt-3.3/compare/29351dd2f5da...69b3d75298e8


More information about the Cerowrt-commits mailing list