index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-samsung
/
adc.c
Age
Commit message (
Expand
)
Author
2020-08-20
ARM: s3c: move into a common directory
Arnd Bergmann
2020-08-19
ARM: s3c: adc: move header to linux/soc/samsung
Arnd Bergmann
2020-04-21
ARM: samsung: Use devm_platform_ioremap_resource() to simplify code
Tang Bin
2020-04-21
ARM: samsung: Omit superfluous error message in s3c_adc_probe()
Tang Bin
2020-01-07
ARM: samsung: Rename Samsung and Exynos to lowercase
Krzysztof Kozlowski
2018-07-08
headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devic...
Randy Dunlap
2018-04-21
ARM: samsung: simplify getting .drvdata
Wolfram Sang
2018-01-03
ARM: SAMSUNG: Add SPDX license identifiers
Krzysztof Kozlowski
2017-10-04
ARM: SAMSUNG: Simplify size used for kzalloc
Markus Elfring
2017-10-04
ARM: SAMSUNG: Remove printk for failed memory allocation
Markus Elfring
2016-02-25
ARM: plat-samsung: use to_platform_device()
Geliang Tang
2015-06-06
ARM: SAMSUNG: Constify platform_device_id
Krzysztof Kozlowski
2015-06-06
ARM: SAMSUNG: fix clk_enable() WARNing in S3C24XX ADC
Sergiy Kibrik
2014-10-20
ARM: plat-samsung: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-13
ARM: S5PC100: no more support S5PC100 SoC
Kukjin Kim
2014-07-08
ARM: S5P64X0: no more support S5P6440 and S5P6450 SoCs
Kukjin Kim
2013-05-18
arch/arm/plat-samsung: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-01-25
ARM: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-03
ARM: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-20
ARM: SAMSUNG: use devm_ functions for ADC driver
Eunki Kim
2012-07-13
ARM: SAMSUNG: fix race in s3c_adc_start for ADC
Todd Poynor
2011-10-14
ARM: SAMSUNG: Add support s3c2416-adc for S3C2416/S3C2450
Heiko Stuebner
2011-10-14
ARM: SAMSUNG: Add support s3c2443-adc for S3C2443
Heiko Stuebner
2011-10-12
ARM: SAMSUNG: Fix mux bit modification in s3c_adc_select
Heiko Stuebner
2011-07-20
ARM: SAMSUNG: Revise PM for 12-bit ADC operations
MyungJoo Ham
2011-07-20
ARM: SAMSUNG: ADC Channel selection
MyungJoo Ham
2011-07-20
ARM: SAMSUNG: use regulator VDD for ADC
MyungJoo Ham
2010-10-08
ARM: SAMSUNG: Fix build warnings because of unused codes
Kukjin Kim
2010-05-20
ARM: SAMSUNG: Make ADC client SMP safe
Ben Dooks
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-24
ARM: SAMSUNG: adc: disable/enable IRQ on suspend/resume
Vasily Khoruzhick
2010-02-03
ARM: SAMSUNG: Add support for 12bit ADC
Maurus Cuelenaere
2010-01-26
ARM: SAMSUNG: Fix null pointer dereference in ADC driver
Maurus Cuelenaere
2010-01-18
ARM: S3C64XX: Add S3C64XX support to the generic Samsung ADC driver
Maurus Cuelenaere
2010-01-18
ARM: SAMSUNG: Move S3C24XX ADC driver to plat-samsung
Maurus Cuelenaere