Re: [PATCH] kernel: Disable IXP4xx physmap by default

2021-04-15 Thread Raylynn Knight via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Now that there is DTS support in

Re: [PATCH] kernel: Disable IXP4xx physmap by default

2021-04-15 Thread Linus Walleij
On Thu, Apr 15, 2021 at 8:03 AM Raylynn Knight wrote: > Now that there is DTS support in the mainline kernel for IXP4xx what is the > recommended approach for re-enabling support for devices with adequate > Flash and RAM (i.e. ADI Engineering SBC250, Gateworks Avila and Cambria, > US Robotics

[PATCH] ath79: drop cs-gpios property

2021-04-15 Thread David Bauer
The spi-ath79 driver performs the chipselect by writing to dedicated register in the SPI register block. So the GPIO numbers were not used. Tested-on: Enterasys WS-AP3705i Signed-off-by: David Bauer --- target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dtsi| 1 -

Re: [PATCH] kernel: Disable IXP4xx physmap by default

2021-04-15 Thread Raylynn Knight via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- I definitely have interested, but

Re: [PATCH] ath79: drop cs-gpios property

2021-04-15 Thread Chuanhong Guo
Hi! On Fri, Apr 16, 2021 at 4:43 AM David Bauer wrote: > > The spi-ath79 driver performs the chipselect by writing to dedicated > register in the SPI register block. So the GPIO numbers were not used. This is cs-gpios is a hack to override incorrect num_chipselects in spi-ath79 driver (which is

[PATCH] ipq40xx: add support for GL.iNet GL-B2200-EMMC

2021-04-15 Thread Li Zhang
This patch adds supports for GL-B2200-EMMC. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB EMMC - ETH: Qualcomm QCA8075 - WLAN1: Qualcomm Atheros QCA4019 2.4GHz 802.11b/g/n 2x2 -

Luci / Custom Commands

2021-04-15 Thread e9hack
Hi, I want like to add the following command to Luci/Custom Commands: echo "/" > /proc/net/xt_recent/SSH_BLOCK But I can only add: echo "> /proc/net/xt_recent/SSH_BLOCK" How can I do it? Regards, Hartmut ___ openwrt-devel mailing list