REGRESSION: x86 vDSO: remove vdso-syms.o

2008-02-11 Thread Priit Laes
I started getting following linking error on amd64 after the 2.6.25 patch floodgates were opened: [snip] CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 arch/x86/vdso/built-in.o: In function

[PATCH] staging: csr: Replace wakelock code with wakeup sources

2012-10-03 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/drv.c| 8 drivers/staging/csr/sdio_mmc.c | 23 +++ drivers/staging/csr/sme_sys.c| 18 +- drivers/staging/csr/unifi_priv.h | 8 4 files changed, 20 insertions

[PATCH v2] staging: csr: Replace wakelocks with wakeup interface

2012-10-03 Thread Priit Laes
Wakelocks are an Android-specific API that never made into mainline. Eventually power management wakeup interface appeared, therefore use this interface instead. Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/drv.c| 8 drivers/staging/csr/sdio_mmc.c | 23

[PATCH 06/14] staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.34

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 25 - 1 file changed, 25 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index 52fd5ea..e41d516 100644 --- a/drivers/staging/csr/netdev.c +++ b/drivers

[PATCH 12/14] staging: csr: unifi_priv.h: Remove KERNEL_VERSION checks

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/unifi_priv.h | 27 --- 1 file changed, 27 deletions(-) diff --git a/drivers/staging/csr/unifi_priv.h b/drivers/staging/csr/unifi_priv.h index 1dee840..f634b31 100644 --- a/drivers/staging/csr/unifi_priv.h

[PATCH 10/14] staging: csr: drv.c: Remove KERNEL_VERSION checks and associated defines

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/drv.c | 43 --- 1 file changed, 8 insertions(+), 35 deletions(-) diff --git a/drivers/staging/csr/drv.c b/drivers/staging/csr/drv.c index b2c27f4..4f7fe52 100644 --- a/drivers/staging/csr

[PATCH 11/14] staging: csr: unifi_wext.h: Remove KERNEL_VERSION checks

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/unifi_wext.h | 26 +- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/drivers/staging/csr/unifi_wext.h b/drivers/staging/csr/unifi_wext.h index 6d7a995..beba089 100644 --- a/drivers/staging

[PATCH 01/14] staging: csr: netdev.c: Clean up KERNEL_VERSION checks: =2.6.25

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 21 - 1 file changed, 21 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index 1e6e111..7b7d3fd 100644 --- a/drivers/staging/csr/netdev.c +++ b/drivers/staging

[PATCH 04/14] staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.29

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 27 --- 1 file changed, 27 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index 6a5a483..763edfc 100644 --- a/drivers/staging/csr/netdev.c +++ b/drivers

[PATCH 00/14] staging: csr: Remove kernel version checks

2012-09-01 Thread Priit Laes
This patchset removes the unneeded kernel version checks and associated compatibility defines and macros from the csr driver. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH 14/14] staging: csr: Remove all leftover kernel version checks \o/

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/csr_framework_ext.c| 13 + drivers/staging/csr/csr_time.c | 7 --- drivers/staging/csr/io.c | 19 --- drivers/staging/csr/monitor.c | 4 drivers

[PATCH 13/14] staging: csr: Remove unneeded UF_NETIF_TX_* macros

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/io.c | 2 +- drivers/staging/csr/netdev.c | 6 +++--- drivers/staging/csr/sdio_events.c | 4 ++-- drivers/staging/csr/sme_sys.c | 6 +++--- drivers/staging/csr/unifi_priv.h | 5 - 5 files changed, 9

[PATCH 07/14] staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.37

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index e41d516..4f6f48c 100644 --- a/drivers/staging/csr/netdev.c +++ b/drivers/staging/csr/netdev.c

[PATCH 05/14] staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.32

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index 763edfc..52fd5ea 100644 --- a/drivers/staging/csr/netdev.c +++ b/drivers/staging/csr

[PATCH 09/14] staging: csr: Drop unused UNIFI_NET_NAME configuration option

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index e304083..2548813 100644 --- a/drivers/staging/csr/netdev.c +++ b

[PATCH 08/14] staging: csr: remove unused define ALLOW_Q_PAUSE

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 11 --- drivers/staging/csr/unifi_priv.h | 8 2 files changed, 19 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index 4f6f48c..e304083 100644 --- a/drivers

[PATCH 03/14] staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.28

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 454 --- 1 file changed, 454 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index c44526e..6a5a483 100644 --- a/drivers/staging/csr

[PATCH 02/14] staging: csr: netdev.c: Clean up KERNEL_VERSION checks: 2.6.27

2012-09-01 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/staging/csr/netdev.c | 42 -- 1 file changed, 42 deletions(-) diff --git a/drivers/staging/csr/netdev.c b/drivers/staging/csr/netdev.c index 7b7d3fd..c44526e 100644 --- a/drivers/staging/csr/netdev.c

Build failure on arch/x86/vdso/built-in.o: In function `init_vdso_vars'

2008-02-07 Thread Priit Laes
Hey, This is with latest Linus's tree. It started IIRC just after the big x86 merge. Machine is amd64, no 32-bit emulation set. .config here: http://plaes.org/files/2008-Q1/dot_config_VDSO64_error [snip] LD vmlinux.o MODPOST vmlinux.o modpost: Found 29 section mismatch(es). To see full

[PATCH] x86: fix build on non-C locales.

2008-02-23 Thread Priit Laes
x86: fix build on some non-C locales[1]. For some locales regex range [a-zA-Z] does not work as it is supposed to so we have to specify LANG=C to make it work as intended. [1] http://en.wikipedia.org/wiki/Estonian_alphabet Signed-off-by: Priit Laes [EMAIL PROTECTED] diff --git a/arch/x86

Re: [PATCH] x86: fix build on non-C locales.

2008-02-24 Thread Priit Laes
Ühel kenal päeval, P, 2008-02-24 kell 10:03, kirjutas Sam Ravnborg: Hi Prit. Could we just use [[:alnum:]] and drop the setting of LC_ALL? Yes, it works. Reverted the previous patch and did this: diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile index f385a4b..b8bd0c4 100644 ---

Re: [linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-16 Thread Priit Laes
Ühel kenal päeval, P, 16.02.2014 kell 06:11, kirjutas David Lanzendörfer: This is based on the driver Allwinner ships in their Android kernel sources. [...] +++ b/drivers/mmc/host/sunxi-mmc.c @@ -0,0 +1,876 @@ +/* + * Driver for sunxi SD/MMC host controllers + * (C) Copyright 2014-2015

Re: [linux-sunxi] Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-08 Thread Priit Laes
/mfd/core.h I'm pretty sure you don't need half of these. Please only add the ones you make use of. Sure (this is what happens when you copy/paste from another driver :-)) Also, alphabetic order would be nice. Päikest, Priit Laes :) -- To unsubscribe from this list: send the line

Re: [linux-sunxi] [PATCH v5 0/3] ARM: sunxi: Add support for consumer infrared devices

2014-05-01 Thread Priit Laes
Ühel kenal päeval, K, 30.04.2014 kell 21:16, kirjutas Alexander Bersenev: This patch introduces Consumer IR(CIR) support for sunxi boards. This is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev b...@hackerdom.ru

Re: [linux-sunxi] [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i

2014-11-03 Thread Priit Laes
On Tue, 2014-11-04 at 12:07 +0800, Chen-Yu Tsai wrote: Unlike previous Allwinner SoCs, there is no central PHY control block on the A80. Also, OTG support is completely split off into a different controller. This adds a new driver to support the regular USB PHYs. Signed-off-by: Chen-Yu

[PATCH] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-23 Thread Priit Laes
MicroUSB host port and 3.5mm headphone jack. More details are available at: http://linux-sunxi.org/Gemei_G9 Signed-off-by: Priit Laes pl...@plaes.org --- arch/arm/boot/dts/Makefile | 6 +- arch/arm/boot/dts/sun4i-a10-gemei-g9.dts | 138 +++ 2 files

[PATCH] arm: sunxi: input: RFC: Add sysfs voltage for sun4i-lradc driver

2015-01-26 Thread Priit Laes
+Date: February 2015 +Contact: Priit Laes pl...@plaes.org +Description: ADC output voltage in microvolts or 0 if device is not opened. diff --git a/drivers/input/keyboard/sun4i-lradc-keys.c b/drivers/input/keyboard/sun4i-lradc-keys.c index cc8f7dd..c0ab8ec 100644 --- a/drivers

[PATCH v3] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-26 Thread Priit Laes
MicroUSB host port and 3.5mm headphone jack. Changes since v2: * Fix syntax error (brown paper bag release) Changes since v1: * Added sun4i-lradc keymap * Added TODO note about missing IRQ pins for bma250 * Fixed formatting issues and removed external URLs Signed-off-by: Priit Laes pl

[PATCH v2] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-26 Thread Priit Laes
MicroUSB host port and 3.5mm headphone jack. Changes since v1: * Added sun4i-lradc keymap * Added TODO note about missing pins * Fixed formatting issues and removed external URLs Signed-off-by: Priit Laes pl...@plaes.org --- arch/arm/boot/dts/Makefile | 6 +- arch/arm/boot/dts

Re: [PATCH] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-23 Thread Priit Laes
On Fri, 2015-01-23 at 22:22 +0100, Maxime Ripard wrote: On Fri, Jan 23, 2015 at 10:36:49PM +0200, Priit Laes wrote: Gemei G9 is an A10 based tablet, with 1G RAM, 16G NAND, 1024x768 IPS LCD display, stereo speakers, 1.3MP front camera and 5 MP rear camera, 8000mAh battery, GT901 2+1

[PATCH v3 2/7] rtlwifi: Remove unused defines from driver-specific def.h

2015-02-16 Thread Priit Laes
HAL_RETRY_LIMIT_* RESET_DELAY_8185 RT_IBSS_INT_MASKS RT_AC_INT_MASKS NUM_OF_* BT_*, MAX_{LINES,BYTES}_*, *_THREE_WIRE *_QUEUE related Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/rtl8188ee/def.h | 41 drivers/net/wireless/rtlwifi

[PATCH v3 1/7] rtlwifi: Remove unused defines from rtl8192cu driver

2015-02-16 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/rtl8192cu/hw.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.h b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.h index c1e33b0..6758808 100644 --- a/drivers/net/wireless

[PATCH v3 5/7] rtlwifi: Remove unused defines from base.h

2015-02-16 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/base.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/base.h b/drivers/net/wireless/rtlwifi/base.h index c6cb49c..dee4ac2 100644 --- a/drivers/net/wireless/rtlwifi/base.h +++ b

[PATCH v3 7/7] rtlwifi: Remove unused RTL_SUPPORTED_CTRL_FILTER define

2015-02-16 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/core.h b/drivers/net/wireless/rtlwifi/core.h index 7b64e34..82733c6 100644 --- a/drivers/net/wireless/rtlwifi/core.h +++ b/drivers

[PATCH v3 6/7] rtlwifi: Remove unused defines from efuse.h

2015-02-16 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/efuse.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/efuse.h b/drivers/net/wireless/rtlwifi/efuse.h index fdab824..be02e78 100644 --- a/drivers/net/wireless/rtlwifi/efuse.h +++ b

[PATCH v3 0/7] rtlwifi: Unused #define removal

2015-02-16 Thread Priit Laes
Hi all, This is v3 of the rtlwifi unused #define cleanup patchset. No changes since v2 except added Signed-off-by. Changes since v1: - Rebase patches against wireless-driver-next tree. Priit Laes (7): rtlwifi: Remove unused defines from rtl8192cu driver rtlwifi: Remove unused defines

[PATCH v3 3/7] rtlwifi: Remove unused RF6052_MAX_REG define

2015-02-16 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/rtl8188ee/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192ce/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192cu/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192de/def.h | 1 - drivers/net/wireless/rtlwifi/rtl8192ee/rf.h

[PATCH v3 4/7] rtlwifi: Remove unused defines from cam.h

2015-02-16 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/cam.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/cam.h b/drivers/net/wireless/rtlwifi/cam.h index 3550808..e2e647d 100644 --- a/drivers/net/wireless/rtlwifi/cam.h +++ b/drivers/net

[PATCH 4/7] rtlwifi: Remove unused RTL_SUPPORTED_CTRL_FILTER define

2015-01-26 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/core.h b/drivers/net/wireless/rtlwifi/core.h index 624e1dc..3b37557 100644 --- a/drivers/net/wireless/rtlwifi/core.h +++ b/drivers

[PATCH 6/7] rtlwifi: Remove unused defines from base.h

2015-01-26 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/base.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/base.h b/drivers/net/wireless/rtlwifi/base.h index 982f245..ea3e3fc 100644 --- a/drivers/net/wireless/rtlwifi/base.h +++ b

[PATCH 7/7] rtlwifi: Remove unused defines from efuse.h

2015-01-26 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/efuse.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/efuse.h b/drivers/net/wireless/rtlwifi/efuse.h index fdab824..be02e78 100644 --- a/drivers/net/wireless/rtlwifi/efuse.h +++ b

[PATCH 2/7] rtlwifi: Remove unused defines from driver-specific def.h

2015-01-26 Thread Priit Laes
HAL_RETRY_LIMIT_* RESET_DELAY_8185 RT_IBSS_INT_MASKS RT_AC_INT_MASKS NUM_OF_* BT_*, MAX_{LINES,BYTES}_*, *_THREE_WIRE *_QUEUE related Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/rtl8188ee/def.h | 41 drivers/net/wireless/rtlwifi

[PATCH 1/7] rtlwifi: Remove unused defines from rtl8192cu driver

2015-01-26 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/rtl8192cu/hw.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.h b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.h index c1e33b0..6758808 100644 --- a/drivers/net/wireless

[PATCH 5/7] rtlwifi: Remove unused defines from cam.h

2015-01-26 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/cam.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/cam.h b/drivers/net/wireless/rtlwifi/cam.h index 3550808..e2e647d 100644 --- a/drivers/net/wireless/rtlwifi/cam.h +++ b/drivers/net

[PATCH 3/7] rtlwifi: Remove unused RF6052_MAX_REG define

2015-01-26 Thread Priit Laes
Signed-off-by: Priit Laes pl...@plaes.org --- drivers/net/wireless/rtlwifi/rtl8188ee/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192ce/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192cu/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192de/def.h | 1 - drivers/net/wireless/rtlwifi/rtl8192ee/rf.h

Re: [linux-sunxi] Re: [PATCH] arm: sunxi: input: RFC: Add sysfs voltage for sun4i-lradc driver

2015-01-27 Thread Priit Laes
On Tue, 2015-01-27 at 10:18 +0100, Maxime Ripard wrote: Hi, On Mon, Jan 26, 2015 at 06:58:32PM +0200, Priit Laes wrote: --- Like Hans was pointing out, commit log and signed-off-by please .../ABI/testing/sysfs-driver-input-sun4i-lradc | 4 ++ drivers/input/keyboard/sun4i

Re: [PATCH] ARM: dts: sun4i: Add initial dts for Gemei G9 tablet

2015-01-24 Thread Priit Laes
On Sat, 2015-01-24 at 15:39 +0100, Maxime Ripard wrote: Hi, On Fri, Jan 23, 2015 at 11:59:35PM +0200, Priit Laes wrote: On Fri, 2015-01-23 at 22:22 +0100, Maxime Ripard wrote: On Fri, Jan 23, 2015 at 10:36:49PM +0200, Priit Laes wrote: Gemei G9 is an A10 based tablet, with 1G RAM

[PATCH v2 7/7] rtlwifi: Remove unused RTL_SUPPORTED_CTRL_FILTER define

2015-02-15 Thread Priit Laes
--- drivers/net/wireless/rtlwifi/core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/core.h b/drivers/net/wireless/rtlwifi/core.h index 7b64e34..82733c6 100644 --- a/drivers/net/wireless/rtlwifi/core.h +++ b/drivers/net/wireless/rtlwifi/core.h @@ -33,8 +33,6

[PATCH v2 3/7] rtlwifi: Remove unused RF6052_MAX_REG define

2015-02-15 Thread Priit Laes
--- drivers/net/wireless/rtlwifi/rtl8188ee/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192ce/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192cu/rf.h | 1 - drivers/net/wireless/rtlwifi/rtl8192de/def.h | 1 - drivers/net/wireless/rtlwifi/rtl8192ee/rf.h | 1 -

[PATCH v2 0/7] rtlwifi: Unused #define removal

2015-02-15 Thread Priit Laes
Hi all, This is v2 of the rtlwifi unused #define cleanup patchset. Changes since v1: - Rebase patches against wireless-driver-next tree. Priit Laes (7): rtlwifi: Remove unused defines from rtl8192cu driver rtlwifi: Remove unused defines from driver-specific def.h rtlwifi: Remove

[PATCH v2 1/7] rtlwifi: Remove unused defines from rtl8192cu driver

2015-02-15 Thread Priit Laes
--- drivers/net/wireless/rtlwifi/rtl8192cu/hw.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.h b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.h index c1e33b0..6758808 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.h +++

[PATCH v2 2/7] rtlwifi: Remove unused defines from driver-specific def.h

2015-02-15 Thread Priit Laes
HAL_RETRY_LIMIT_* RESET_DELAY_8185 RT_IBSS_INT_MASKS RT_AC_INT_MASKS NUM_OF_* BT_*, MAX_{LINES,BYTES}_*, *_THREE_WIRE *_QUEUE related --- drivers/net/wireless/rtlwifi/rtl8188ee/def.h | 41 drivers/net/wireless/rtlwifi/rtl8192ce/def.h | 41

[PATCH v2 5/7] rtlwifi: Remove unused defines from base.h

2015-02-15 Thread Priit Laes
--- drivers/net/wireless/rtlwifi/base.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/base.h b/drivers/net/wireless/rtlwifi/base.h index c6cb49c..dee4ac2 100644 --- a/drivers/net/wireless/rtlwifi/base.h +++ b/drivers/net/wireless/rtlwifi/base.h @@ -45,9

[PATCH v2 4/7] rtlwifi: Remove unused defines from cam.h

2015-02-15 Thread Priit Laes
--- drivers/net/wireless/rtlwifi/cam.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/cam.h b/drivers/net/wireless/rtlwifi/cam.h index 3550808..e2e647d 100644 --- a/drivers/net/wireless/rtlwifi/cam.h +++ b/drivers/net/wireless/rtlwifi/cam.h @@ -28,13 +28,11 @@

[PATCH v2 6/7] rtlwifi: Remove unused defines from efuse.h

2015-02-15 Thread Priit Laes
--- drivers/net/wireless/rtlwifi/efuse.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/efuse.h b/drivers/net/wireless/rtlwifi/efuse.h index fdab824..be02e78 100644 --- a/drivers/net/wireless/rtlwifi/efuse.h +++ b/drivers/net/wireless/rtlwifi/efuse.h @@

Re: [linux-sunxi] [PATCH 1/2] ARM: sunxi_defconfig: Enable DMA_SUN6I, P2WI, PWM, cryptodev, EXTCON, FHANDLE

2015-07-31 Thread Priit Laes
On Fri, 2015-07-31 at 19:12 +0800, Chen-Yu Tsai wrote: Enable sun6i DMA engine, sun6i P2WI, PWM, and crypto engine (Security System) drivers by default. EXTCON is needed by the updated sun4i USB PHY driver. While at it, enable FHANDLE, which is needed by systemd and newer versions of udev.

Re: [linux-sunxi] [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec

2015-09-22 Thread Priit Laes
On Sat, 2015-09-12 at 15:26 +0200, Maxime Ripard wrote: > Hi everyone, > > This patch set adds the support for what Allwinner calls the codec on > their SoCs. > > This codec is actually a combination of a codec and DAI, tied > together > in a single memory-mapped IP. It is completely standalone,

Re: [linux-sunxi] [PATCH 01/23] mtd: kill the ecclayout->oobavail field

2015-12-07 Thread Priit Laes
; >   else >   oobsize = mtd->oobsize; >   > @@ -2063,7 +2063,7 @@ static int onenand_write_oob_nolock(struct > mtd_info *mtd, loff_t to, >   ops->oobretlen = 0; >   >   if (mode == MTD_OPS_AUTO_OOB) > - oobsize = this->ec

[PATCH 0/2] input: Driver for Goodix GT801 2+1 touchscreen

2015-12-06 Thread Priit Laes
. Patch 1 (Gemei G9 devicetree bits) should go via linux-sunxi tree. Patch 2 (GT801 2+1 driver implementation) via linux-input Priit Laes (2): ARM: dts: sun4i: gemei-g9: Add touchscreen (Goodix gt801x2) support input: gt801_2plus1 - Add initial support for Goodix GT801 2+1 .../bindings/input

[PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-06 Thread Priit Laes
This patch adds Goodix GT801 2+1 touchscreen controller support. GT801 2+1 is a 10-finger touch controller consisting of ARM controller interfacing two GT801 5-finger controllers. Signed-off-by: Priit Laes <pl...@plaes.org> --- .../bindings/input/touchscreen/gt801_2plus1.txt

[PATCH 1/2] ARM: dts: sun4i: gemei-g9: Add touchscreen (Goodix gt801x2) support

2015-12-06 Thread Priit Laes
Goodix GT801 2+1 is a touchscreen controller supporting up to 10 touches. Enable pin and wakeup pin support is currently not implemented: - enable pin (PI16, specified in FEX) seems to be wrong - wakeup pin needs some additional reverse engineering work Signed-off-by: Priit Laes <

Re: [PATCH 2/2] input: gt801_2plus1 - Add initial support for Goodix GT801 2+1

2015-12-07 Thread Priit Laes
gt; > > > [auto build test WARNING on mripard/sunxi/for-next] > > [also build test WARNING on next-20151203] > > [cannot apply to input/next v4.4-rc4] > > > > url:    https://github.com/0day-ci/linux/commits/Priit-Laes/input-D > river-for-Goodix-GT801-2-1-touchsc

Re: [linux-sunxi] [PATCH v2] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register

2015-12-12 Thread Priit Laes
On Fri, 2015-12-11 at 23:45 +0100, Marcus Weseloh wrote: [...] > > diff --git a/Documentation/devicetree/bindings/spi/spi-sun4i.txt > b/Documentation/devicetree/bindings/spi/spi-sun4i.txt > index de827f5..d6c55fc 100644 > --- a/Documentation/devicetree/bindings/spi/spi-sun4i.txt > +++

[PATCH 06/13] staging: fbtft: Use standard MIPI DCS command defines for ili9341

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_ili9341.c | 50 +++--- 1 file changed, 25 insertions(+), 25 del

[PATCH 02/13] staging: fbtft: Use standard MIPI DCS command defines for hx8353d

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_hx8353d.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff

[PATCH 11/13] staging: fbtft: Use standard MIPI DCS command defines for fbtft driver

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fbtft-core.c | 14 +++ drivers/staging/fbtft/fbtft_device.

[PATCH 04/13] staging: fbtft: Use standard MIPI DCS command defines for ili9163

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_ili9163.c | 86 ++ 1 file changed, 32 insertions(+), 54 del

[PATCH 10/13] staging: fbtft: Use standard MIPI DCS command defines for st7735r

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_st7735r.c | 42 ++ 1 file changed, 20 insertions(+), 22 del

[PATCH 08/13] staging: fbtft: Use standard MIPI DCS command defines for ili9486

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_ili9486.c | 35 ++- 1 file changed, 18 insertions(+), 17 del

[PATCH 00/13] staging: fbtft - Use standard MIPI DCS defines

2015-12-20 Thread Priit Laes
Hello all! This patchset converts most of the magic constants and driver-specific defines to treewide MIPI DCS defines where applicable. Please note that this patchset is mostly compile-tested, as I do not have access to most of the hardware. Priit Laes (13): staging: fbtft: Use standard MIPI

[PATCH 13/13] staging: fbtft: Remove unused and duplicated defines

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of duplicate defines from the headers. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_hx8357d.h | 32 drivers/staging/fbtft/fbtft.h | 8 2

[PATCH 09/13] staging: fbtft: Use standard MIPI DCS command defines for s6d02a1

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_s6d02a1.c | 42 +- 1 file changed, 23 insertions(+), 19 del

[PATCH 12/13] staging: fbtft: Use standard MIPI DCS command defines for tinylcd

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_tinylcd.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-)

[PATCH 01/13] staging: fbtft: Use standard MIPI DCS command defines for hx8340bn

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_hx8340bn.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-)

[PATCH 07/13] staging: fbtft: Use standard MIPI DCS command defines for ili9481

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_ili9481.c | 30 +- 1 file changed, 17 insertions(+), 13 del

[PATCH 05/13] staging: fbtft: Use standard MIPI DCS command defines for ili9340

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_ili9340.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-)

[PATCH 03/13] staging: fbtft: Use standard MIPI DCS command defines for hx8357d

2015-12-20 Thread Priit Laes
This patch makes use of the standard MIPI Display Command Set to remove some of the magic constants found in source code. Signed-off-by: Priit Laes <pl...@plaes.org> --- drivers/staging/fbtft/fb_hx8357d.c | 38 ++ 1 file changed, 18 insertions(+), 20 del

Re: [linux-sunxi] [PATCH v2 2/5] clk: sunxi: Add driver for the H3 THS clock

2015-11-23 Thread Priit Laes
On Mon, 2015-11-23 at 09:02 +0100, Josef Gajdusek wrote: > This patch adds a driver for the THS clock which is present on the > Allwinner H3. > > Signed-off-by: Josef Gajdusek > --- >  Documentation/devicetree/bindings/clock/sunxi.txt |  1 + >  drivers/clk/sunxi/Makefile   

Re: [linux-sunxi] Re: [PATCH 5/5] RFC spi: sun4i: add DMA support

2016-06-01 Thread Priit Laes
On Wed, 2016-06-01 at 20:00 +0200, Maxime Ripard wrote: > Hi, > > On Mon, May 30, 2016 at 04:50:16PM +0100, Mark Brown wrote: > > > > On Mon, May 30, 2016 at 05:28:10PM +0200, Michal Suchanek wrote: > > > > > > On 30 May 2016 at 17:03, Mark Brown wrote: > > > > > > > > >

[PATCH 2/2] ARM: sunxi: spi: add notice about SPI FIFO limit.

2016-02-25 Thread Priit Laes
From: Michal Suchanek When testing SPI without DMA I noticed that filling the FIFO on the spi controller causes timeout. This should never happen with DMA support so just adding a comment. Signed-off-by: Michal Suchanek --- drivers/spi/spi-sun4i.c | 4

[PATCH RESEND 0/2] spi: sun4i: add DMA support

2016-02-25 Thread Priit Laes
While trying to get SPI TFT screen working with Cubietruck, I noticed that at current state driver didn't actually support SPI data bursts bigger than n bytes (n is probably ~64 bytes). Patches below were sent to mailinglists a while ago (May 2015) but apparently were not addressed to correct

[PATCH 1/2] spi: sun4i: add DMA support

2016-02-25 Thread Priit Laes
From: Emilio López <emi...@elopez.com.ar> This patch adds support for 64 byte or bigger transfers on the sun4i SPI controller. Said transfers will be performed via DMA. Signed-off-by: Emilio López <emi...@elopez.com.ar> Tested-by: Michal Suchanek <hramr...@gmail.com> Tested-

Re: [linux-sunxi] [PATCH v2 00/26] drm: Add Allwinner A10 display engine support

2016-02-20 Thread Priit Laes
On Thu, 2016-01-14 at 16:24 +0100, Maxime Ripard wrote: > Hi everyone, > > The Allwinner SoCs (except for the very latest ones) all share the > same set of controllers, loosely coupled together to form the display > pipeline. > > Depending on the SoC, the number of instances of the controller

[PATCH 0/2] ARM: sunxi: dt: Add missing DRAM gate clock for simplefb TV output

2016-03-24 Thread Priit Laes
From: Priit Laes <pl...@plaes.org> DRAM gating driver commit for sun[47]i seems to be missing DRAM gate bit 5 for simplefb TV output node. Add it. Priit Laes (2): ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output ARM: sun7i: dt: Enable dram gate 5 (tve0

[PATCH 1/2] ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output

2016-03-24 Thread Priit Laes
From: Priit Laes <pl...@plaes.org> Seems like dram_gate 5 was forgotten when DRAM gate driver was added. Enable it. Signed-off-by: Priit Laes <pl...@plaes.org> --- arch/arm/boot/dts/sun4i-a10.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/d

[PATCH 2/2] ARM: sun7i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output

2016-03-24 Thread Priit Laes
From: Priit Laes <pl...@plaes.org> Seems like dram_gate 5 was forgotten when DRAM gating driver was added. Enable it. Signed-off-by: Priit Laes <pl...@plaes.org> --- arch/arm/boot/dts/sun7i-a20.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/

[PATCH v2 1/2] ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output

2016-03-24 Thread Priit Laes
Seems like dram_gate 5 was forgotten when DRAM gate driver was added. Enable it. Cc: sta...@vger.kernel.org Fixes: 82f8582feef4 (ARM: dts: sun4i: Add DRAM gates) Signed-off-by: Priit Laes <pl...@plaes.org> --- arch/arm/boot/dts/sun4i-a10.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH v2 2/2] ARM: sun7i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output

2016-03-24 Thread Priit Laes
Seems like dram_gate 5 was forgotten when DRAM gating driver was added. Add it. Cc: sta...@vger.kernel.org Fixes: 0b4bf5a5200b (ARM: dts: sun7i: Add DRAM gates) Signed-off-by: Priit Laes <pl...@plaes.org> --- arch/arm/boot/dts/sun7i-a20.dtsi | 5 +++-- 1 file changed, 3 insertions

[PATCH v2 0/2] ARM: sunxi: dt: Add missing DRAM gate clock for simplefb TV output

2016-03-24 Thread Priit Laes
DRAM gating driver commit for sun[47]i seems to be missing DRAM gate bit 5 for simplefb TV output node. Add it. v2 changes: - Added Cc:stable and Fixes tags Priit Laes (2): ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) for simplefb TV output ARM: sun7i: dt: Enable dram gate 5 (tve0 clock

Re: [linux-sunxi] Re: [PATCH] dma: sun4i: expose block size and wait cycle configuration to DMA users

2016-03-08 Thread Priit Laes
On Tue, 2016-03-08 at 09:46 +0100, Boris Brezillon wrote: > On Tue, 8 Mar 2016 08:51:31 +0100 > Maxime Ripard wrote: > > > On Tue, Mar 08, 2016 at 08:25:47AM +0530, Vinod Koul wrote: > > > On Mon, Mar 07, 2016 at 09:30:24PM +0100, Maxime Ripard wrote: > > > > On

Re: [linux-sunxi] [PATCH] dma: sun4i: expose block size and wait cycle configuration to DMA users

2016-03-07 Thread Priit Laes
On Mon, 2016-03-07 at 10:59 +0100, Boris Brezillon wrote: > Some drivers might need to tweak the block size and wait cycles > values > to get better performances. > Create and export the sun4i_dma_set_chan_config() to do that. > > Signed-off-by: Boris Brezillon

Re: [linux-sunxi] [PATCH resend v2 4/9] regulator: axp20x: support AXP809 variant

2016-03-29 Thread Priit Laes
On Tue, 2016-03-29 at 17:22 +0800, Chen-Yu Tsai wrote: > The X-Powers AXP809 PMIC has a similar set of regulators as the > AXP221, > though a few LDOs were removed, and a new switch output added. Like > the > AXP221, AXP809 also has DC1SW and DC5LDO, which are internally > chained > to DCDC1 and

Re: [linux-sunxi] [PATCH v4 13/13] ARM: sunxi: Add Kconfig for sunxi clocks

2016-03-19 Thread Priit Laes
On Thu, 2016-03-17 at 00:04 +0800, Vishnu Patekar wrote: > This patch adds Kconfig for sunxi clocks. > Currently, only sun8i-apb0 and sun9i-cpus clocks are added. > It'll help to use common clocks across different SOCs. > We can switch to kconfig for other clocks in future. > > Signed-off-by:

[PATCH 0/2] ARM: dts: sunxi: Add display clocks to sun[47]i.dtsi

2016-05-10 Thread Priit Laes
). Priit Laes (2): ARM: sun4i: A10: Add display and TCON clocks ARM: sun7i: A20: Add display and TCON clocks arch/arm/boot/dts/sun4i-a10.dtsi | 91 arch/arm/boot/dts/sun7i-a20.dtsi | 85 ++--- 2 files changed, 164

Re: [linux-sunxi] Re: [PATCH v4 01/11] clk: sunxi: Add display and TCON0 clocks driver

2016-05-10 Thread Priit Laes
On Mon, 2016-05-09 at 15:39 -0700, Stephen Boyd wrote: > On 05/09, Stephen Boyd wrote: > > > > > > Ok I applied this one to clk-next. > > > And I squashed this in to silence the following checker warning. > > drivers/clk/sunxi/clk-sun4i-display.c:110:33: warning: Variable > length array is

[PATCH 1/2] ARM: sun4i: A10: Add display and TCON clocks

2016-05-10 Thread Priit Laes
Enable the display and TCON clocks that are needed to drive the display engine, tcon and TV encoders. Signed-off-by: Priit Laes <pl...@plaes.org> --- arch/arm/boot/dts/sun4i-a10.dtsi | 91 1 file changed, 84 insertions(+), 7 deletions(-) diff

[PATCH 2/2] ARM: sun7i: A20: Add display and TCON clocks

2016-05-10 Thread Priit Laes
Enable the display and TCON clocks that are needed to drive the display engine, tcon and TV encoders. Signed-off-by: Priit Laes <pl...@plaes.org> --- arch/arm/boot/dts/sun7i-a20.dtsi | 85 +--- 1 file changed, 80 insertions(+), 5 deletions(-) diff

Re: [linux-sunxi] Re: [PATCH v4 01/11] clk: sunxi: Add display and TCON0 clocks driver

2016-05-11 Thread Priit Laes
On Wed, 2016-05-11 at 15:15 -0700, Stephen Boyd wrote: > On 05/10, Priit Laes wrote: > > > > On Mon, 2016-05-09 at 15:39 -0700, Stephen Boyd wrote: > > > > > > On 05/09, Stephen Boyd wrote: > > > > > > > > > > > > >

Re: [linux-sunxi] Re: [PATCH 1/1] ARM: dts: sunxi: Add a olinuxino-lime2-emmc

2016-05-03 Thread Priit Laes
On Tue, 2016-05-03 at 17:52 +0200, Olliver Schinagl wrote: > Hey all, > > On 03-05-16 17:02, christo.ra...@gmail.com wrote: > > On Tuesday, May 3, 2016 at 4:14:41 PM UTC+3, Maxime Ripard wrote: > > > Hi, > > > > > > On Tue, May 03, 2016 at 4:12:06 PM UTC+3, Christo Radev wrote: > > > > Hi to

[PATCH v2] ARM: sun7i: dt: Add pll3 and pll7 clocks

2016-05-05 Thread Priit Laes
Enable pll3 and pll7 clocks that are needed by display clocks. Signed-off-by: Priit Laes <pl...@plaes.org> --- v2: - Fix typos in clocks property (spotted by Alexander Syring) - Fix indentation (spotted by Maxime Ripard) arch/arm/boot/dts/sun7i-a20.dts

  1   2   3   4   5   >