[OpenWrt-Devel] Watchdog support for AR531x and potential lockup

2014-10-13 Thread Sergey Korolew
Hello ! OpenWrt already support watchdog for some Atheros devices (newer ar2315), but still lack support for older ar531x. This topic already opened here: https://lists.openwrt.org/pipermail/openwrt-devel/2008-April/002039.html but without any response from devs. Hope today someone will answer :)

Re: [OpenWrt-Devel] Watchdog support for AR531x and potential lockup

2014-10-13 Thread Sergey Korolew
Hello ! 1. Watchdog timer always decrement until zero, it cant be stopped at all. SR Yep, same for AR2315+ SoCs. And if interrupt acknowledged by writing SR one to ISR, then the timer starts counting again from 0x and SR generates another one interrupt. Not for ar531x, timer does not

Re: [OpenWrt-Devel] New gstreamer packages

2014-07-15 Thread Sergey Korolew
Hello ! SB the oldpackages feed is unsupported and will not be updated any more. SB If you want to submit packages or adopt packages from oldpackages which SB are not there yet please go to SB https://github.com/openwrt/packages and SB make a pull request there. I wondering why drop so many

[OpenWrt-Devel] New gstreamer packages

2014-07-13 Thread Sergey Korolew
Hello ! I created several new gstreamer module packages (v4l2 for example), they update makefiles and add some patches. But now I confused with paths, after update gstreamer was moved to the oldpackages directory. Which path patch should contain ? -- Sergey

Re: [OpenWrt-Devel] [Patch][Resend] Support for BMP085 pressure sensor

2014-07-02 Thread Sergey Korolew
Hello ! JC Sergey can you send the patch with git send-email please ? I'm sorry, but git on my ubuntu buildbox seems to not support send-email command, thunderbird wrap strings and windows client on main pc replace tabs to spaces :) Just tryed to send from freebsd box using simple mail, hope it

Re: [OpenWrt-Devel] [Patch][Resend] Kernel patch for BMP085 support

2014-07-02 Thread Sergey Korolew
Hello ! JG this patch is currently missing: JG a) a proper changelog JG b) a Signed-off-by JG c) proper patch headers for the individual patches. JG See https://dev.openwrt.org/wiki/SubmittingPatches regarding a) and b), and JG https://dev.openwrt.org/browser/trunk/target/linux/generic/PATCHES

[OpenWrt-Devel] [Patch] Support for BMP085 pressure sensor

2014-06-29 Thread Sergey Korolew
Hello ! Bosch Sensortec is one of most popular pressure sensors for building home weather stations, its cheap and easy to use. I decided to add two packages for each bus type because device usually have only one barometer and we does no need to waste firmware space for unused bus. Tested on

[OpenWrt-Devel] [Patch][Resend] Support for BMP085 pressure sensor

2014-06-29 Thread Sergey Korolew
Hello ! Here is the v2 of the patch, with suggestions from John Crispin. Three packages (one main and two for i2c/spi) selected using submenu. Kernel patch separated from other.mk part, possibly we will have it included in linux kernel.