aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ti_am335x_tscadc.c
AgeCommit message (Expand)Author
2023-12-07mfd: ti_am335x_tscadc: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-18mfd: Explicitly include correct DT includesRob Herring
2023-08-18mfd: ti_am335x_tscadc: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2021-11-05mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"Colin Ian King
2021-10-21mfd: ti_am335x_tscadc: Support the correctly spelled DT propertyMiquel Raynal
2021-10-21mfd: ti_am335x_tscadc: Add ADC1/magnetic reader supportMiquel Raynal
2021-10-21mfd: ti_am335x_tscadc: Introduce a helper to deal with the type of hardwareMiquel Raynal
2021-10-21mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreenMiquel Raynal
2021-10-21mfd: ti_am335x_tscadc: Fix an error messageMiquel Raynal
2021-10-21mfd: ti_am335x_tscadc: Rename a variableMiquel Raynal
2021-10-21mfd: ti_am335x_tscadc: Add TSC prefix in certain macrosMiquel Raynal
2021-10-21mfd: ti_am335x_tscadc: Rename the subsystem enable macroMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Gather the ctrl register logic in one placeMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Reorder the initialization stepsMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Always provide an idle configurationMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Drop useless variables from the driver structureMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Mimic the probe from resume()Miquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Use driver dataMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Move the driver structure allocation earlierMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Simplify divisor calculationMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Don't search the tree for our clockMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Reword the comment explaining the dividersMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variablesMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Get rid of useless gotosMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Fix styleMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Replace license text with SPDX tagMiquel Raynal
2021-10-20mfd: ti_am335x_tscadc: Ensure a balanced number of node get/putMiquel Raynal
2021-08-16mfd: ti_am335x_tscadc: Delete superfluous error messageTang Bin
2020-08-13mfd: Replace HTTP links with HTTPS onesAlexander A. Klimov
2019-11-11mfd: ti_am335x_tscadc: Fix static checker warningVignesh Raghavendra
2018-12-03mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R
2018-10-09mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capableVignesh R
2018-10-09mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capableVignesh R
2018-07-27mfd: ti_am335x_tscadc: Fix struct clk memory leakZumeng Chen
2018-05-16mfd: ti_am335x_tscadc: Delete an error message for a failed memory allocation...Markus Elfring
2018-01-08mfd: ti_am335x_tscadc: Remove redundant assignment to nodeColin Ian King
2016-11-05mfd: ti_am335x_tscadc: store physical addressMugunthan V N
2016-06-29mfd: ti_am335x_tscadc: Rename regmap_tscadc to regmapAndrew F. Davis
2016-06-29mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_devAndrew F. Davis
2016-06-29mfd: ti_am335x_tscadc: Use SIMPLE_DEV_PM_OPS helper macroAndrew F. Davis
2016-06-29mfd: ti_am335x_tscadc: Remove use of single line functionsAndrew F. Davis
2016-06-29mfd: ti_am335x_tscadc: Use variable name for sizeof() operatorAndrew F. Davis
2015-03-03mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache saveVignesh R
2014-10-20mfd: drop owner assignment from platform_driversWolfram Sang
2014-09-26mfd: ti_am335x_tscadc: Update logic in CTRL register for 5-wire TSJeff Lance
2014-09-26mfd: ti_am335x_tscadc: Fix TSC resumeSebastian Andrzej Siewior
2014-09-26mfd: ti_am335x_tscadc: Fix TSC operation after ADC continouous modeVignesh R
2014-03-19mfd: ti_am335x_tscadc: Use devm_ioremap_resource()Jingoo Han
2014-03-19mfd: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronizationSebastian Andrzej Siewior