lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <5954793.q4YDWmuNDB@wuerfel> Date: Tue, 22 Jul 2014 14:59:25 +0200 From: Arnd Bergmann <arnd@...db.de> To: linux-arm-kernel@...ts.infradead.org Cc: Chanwoo Choi <cw00.choi@...sung.com>, jic23@...nel.org, devicetree@...r.kernel.org, kgene.kim@...sung.com, linux-doc@...r.kernel.org, linux-iio@...r.kernel.org, t.figa@...sung.com, linux-kernel@...r.kernel.org, kyungmin.park@...sung.com, linux-samsung-soc@...r.kernel.org, ch.naveen@...sung.com Subject: Re: [PATCH 2/2] iio: adc: exynos_adc: Add support for S3C24xx ADC On Tuesday 22 July 2014 11:11:14 Chanwoo Choi wrote: > This patch add support for s3c2410/s3c2416/s3c2440/s3c2443 ADC. The s3c24xx > is alomost same as ADCv1. But, There are a little difference as following: > - ADCMUX register address to select channel > - ADCDAT mask (10bit or 12bit ADC resolution according to SoC version) > > Signed-off-by: Chanwoo Choi <cw00.choi@...sung.com> > Signed-off-by: Arnd Bergmann <arnd@...db.de> > While looking at the driver again to see if the touchscreen patch needs an update for this, I noticed that the s3c24xx variants don't have the ADC_V1_INTCLR and ADC_V1_CLRINTPNDNUP registers, so I assume your patch will have to be updated not to acknowledge the interrupts. It's possible that writing to the missing registers is harmless though and that you don't need that change. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists