summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ti_am335x_tscadc.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: Explicitly include correct DT includesRob Herring2023-08-181-1/+1
* mfd: ti_am335x_tscadc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-181-2/+1
* mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"Colin Ian King2021-11-051-1/+1
* mfd: ti_am335x_tscadc: Support the correctly spelled DT propertyMiquel Raynal2021-10-211-1/+7
* mfd: ti_am335x_tscadc: Add ADC1/magnetic reader supportMiquel Raynal2021-10-211-7/+30
* mfd: ti_am335x_tscadc: Introduce a helper to deal with the type of hardwareMiquel Raynal2021-10-211-15/+21
* mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreenMiquel Raynal2021-10-211-2/+5
* mfd: ti_am335x_tscadc: Fix an error messageMiquel Raynal2021-10-211-1/+1
* mfd: ti_am335x_tscadc: Rename a variableMiquel Raynal2021-10-211-6/+6
* mfd: ti_am335x_tscadc: Add TSC prefix in certain macrosMiquel Raynal2021-10-211-5/+5
* mfd: ti_am335x_tscadc: Rename the subsystem enable macroMiquel Raynal2021-10-211-3/+3
* mfd: ti_am335x_tscadc: Gather the ctrl register logic in one placeMiquel Raynal2021-10-201-25/+14
* mfd: ti_am335x_tscadc: Reorder the initialization stepsMiquel Raynal2021-10-201-6/+5
* mfd: ti_am335x_tscadc: Always provide an idle configurationMiquel Raynal2021-10-201-3/+5
* mfd: ti_am335x_tscadc: Drop useless variables from the driver structureMiquel Raynal2021-10-201-11/+4
* mfd: ti_am335x_tscadc: Mimic the probe from resume()Miquel Raynal2021-10-201-1/+1
* mfd: ti_am335x_tscadc: Use driver dataMiquel Raynal2021-10-201-6/+16
* mfd: ti_am335x_tscadc: Move the driver structure allocation earlierMiquel Raynal2021-10-201-7/+7
* mfd: ti_am335x_tscadc: Simplify divisor calculationMiquel Raynal2021-10-201-5/+1
* mfd: ti_am335x_tscadc: Don't search the tree for our clockMiquel Raynal2021-10-201-1/+1
* mfd: ti_am335x_tscadc: Reword the comment explaining the dividersMiquel Raynal2021-10-201-6/+6
* mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variablesMiquel Raynal2021-10-201-15/+15
* mfd: ti_am335x_tscadc: Get rid of useless gotosMiquel Raynal2021-10-201-4/+3
* mfd: ti_am335x_tscadc: Fix styleMiquel Raynal2021-10-201-2/+4
* mfd: ti_am335x_tscadc: Replace license text with SPDX tagMiquel Raynal2021-10-201-9/+1
* mfd: ti_am335x_tscadc: Ensure a balanced number of node get/putMiquel Raynal2021-10-201-0/+5
* mfd: ti_am335x_tscadc: Delete superfluous error messageTang Bin2021-08-161-3/+2
* mfd: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-131-1/+1
* mfd: ti_am335x_tscadc: Fix static checker warningVignesh Raghavendra2019-11-111-1/+1
* mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R2018-12-031-2/+3
* mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capableVignesh R2018-10-091-0/+13
* mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capableVignesh R2018-10-091-1/+0
* mfd: ti_am335x_tscadc: Fix struct clk memory leakZumeng Chen2018-07-271-2/+1
* mfd: ti_am335x_tscadc: Delete an error message for a failed memory allocation...Markus Elfring2018-05-161-3/+2
* mfd: ti_am335x_tscadc: Remove redundant assignment to nodeColin Ian King2018-01-081-1/+1
* mfd: ti_am335x_tscadc: store physical addressMugunthan V N2016-11-051-0/+1
* mfd: ti_am335x_tscadc: Rename regmap_tscadc to regmapAndrew F. Davis2016-06-291-18/+18
* mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_devAndrew F. Davis2016-06-291-44/+44
* mfd: ti_am335x_tscadc: Use SIMPLE_DEV_PM_OPS helper macroAndrew F. Davis2016-06-291-12/+4
* mfd: ti_am335x_tscadc: Remove use of single line functionsAndrew F. Davis2016-06-291-29/+15
* mfd: ti_am335x_tscadc: Use variable name for sizeof() operatorAndrew F. Davis2016-06-291-2/+1
* mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache saveVignesh R2015-03-031-8/+5
* mfd: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mfd: ti_am335x_tscadc: Update logic in CTRL register for 5-wire TSJeff Lance2014-09-261-13/+17
* mfd: ti_am335x_tscadc: Fix TSC resumeSebastian Andrzej Siewior2014-09-261-1/+1
* mfd: ti_am335x_tscadc: Fix TSC operation after ADC continouous modeVignesh R2014-09-261-1/+2
* mfd: ti_am335x_tscadc: Use devm_ioremap_resource()Jingoo Han2014-03-191-19/+4
* mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-191-1/+0
* mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronizationSebastian Andrzej Siewior2014-01-071-10/+53
* mfd: ti_am335x: Drop am335x_tsc_se_update() from resume pathSebastian Andrzej Siewior2014-01-071-1/+0