index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
ti_am335x_tscadc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
2024-07-25
1
-3
/
+1
*
mfd: ti_am335x_tscadc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-07
1
-4
/
+2
*
mfd: Explicitly include correct DT includes
Rob Herring
2023-08-18
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-18
1
-2
/
+1
*
mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"
Colin Ian King
2021-11-05
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Support the correctly spelled DT property
Miquel Raynal
2021-10-21
1
-1
/
+7
*
mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
Miquel Raynal
2021-10-21
1
-7
/
+30
*
mfd: ti_am335x_tscadc: Introduce a helper to deal with the type of hardware
Miquel Raynal
2021-10-21
1
-15
/
+21
*
mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
Miquel Raynal
2021-10-21
1
-2
/
+5
*
mfd: ti_am335x_tscadc: Fix an error message
Miquel Raynal
2021-10-21
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Rename a variable
Miquel Raynal
2021-10-21
1
-6
/
+6
*
mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
Miquel Raynal
2021-10-21
1
-5
/
+5
*
mfd: ti_am335x_tscadc: Rename the subsystem enable macro
Miquel Raynal
2021-10-21
1
-3
/
+3
*
mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
Miquel Raynal
2021-10-20
1
-25
/
+14
*
mfd: ti_am335x_tscadc: Reorder the initialization steps
Miquel Raynal
2021-10-20
1
-6
/
+5
*
mfd: ti_am335x_tscadc: Always provide an idle configuration
Miquel Raynal
2021-10-20
1
-3
/
+5
*
mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
Miquel Raynal
2021-10-20
1
-11
/
+4
*
mfd: ti_am335x_tscadc: Mimic the probe from resume()
Miquel Raynal
2021-10-20
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Use driver data
Miquel Raynal
2021-10-20
1
-6
/
+16
*
mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
Miquel Raynal
2021-10-20
1
-7
/
+7
*
mfd: ti_am335x_tscadc: Simplify divisor calculation
Miquel Raynal
2021-10-20
1
-5
/
+1
*
mfd: ti_am335x_tscadc: Don't search the tree for our clock
Miquel Raynal
2021-10-20
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
Miquel Raynal
2021-10-20
1
-6
/
+6
*
mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
Miquel Raynal
2021-10-20
1
-15
/
+15
*
mfd: ti_am335x_tscadc: Get rid of useless gotos
Miquel Raynal
2021-10-20
1
-4
/
+3
*
mfd: ti_am335x_tscadc: Fix style
Miquel Raynal
2021-10-20
1
-2
/
+4
*
mfd: ti_am335x_tscadc: Replace license text with SPDX tag
Miquel Raynal
2021-10-20
1
-9
/
+1
*
mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
Miquel Raynal
2021-10-20
1
-0
/
+5
*
mfd: ti_am335x_tscadc: Delete superfluous error message
Tang Bin
2021-08-16
1
-3
/
+2
*
mfd: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-13
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Fix static checker warning
Vignesh Raghavendra
2019-11-11
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cells
Vignesh R
2018-12-03
1
-2
/
+3
*
mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capable
Vignesh R
2018-10-09
1
-0
/
+13
*
mfd: ti_am335x_tscadc: Don't mark TSCADC MFD as wakeup capable
Vignesh R
2018-10-09
1
-1
/
+0
*
mfd: ti_am335x_tscadc: Fix struct clk memory leak
Zumeng Chen
2018-07-27
1
-2
/
+1
*
mfd: ti_am335x_tscadc: Delete an error message for a failed memory allocation...
Markus Elfring
2018-05-16
1
-3
/
+2
*
mfd: ti_am335x_tscadc: Remove redundant assignment to node
Colin Ian King
2018-01-08
1
-1
/
+1
*
mfd: ti_am335x_tscadc: store physical address
Mugunthan V N
2016-11-05
1
-0
/
+1
*
mfd: ti_am335x_tscadc: Rename regmap_tscadc to regmap
Andrew F. Davis
2016-06-29
1
-18
/
+18
*
mfd: ti_am335x_tscadc: Unify variable naming when referencing ti_tscadc_dev
Andrew F. Davis
2016-06-29
1
-44
/
+44
*
mfd: ti_am335x_tscadc: Use SIMPLE_DEV_PM_OPS helper macro
Andrew F. Davis
2016-06-29
1
-12
/
+4
*
mfd: ti_am335x_tscadc: Remove use of single line functions
Andrew F. Davis
2016-06-29
1
-29
/
+15
*
mfd: ti_am335x_tscadc: Use variable name for sizeof() operator
Andrew F. Davis
2016-06-29
1
-2
/
+1
*
mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save
Vignesh R
2015-03-03
1
-8
/
+5
*
mfd: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
mfd: ti_am335x_tscadc: Update logic in CTRL register for 5-wire TS
Jeff Lance
2014-09-26
1
-13
/
+17
*
mfd: ti_am335x_tscadc: Fix TSC resume
Sebastian Andrzej Siewior
2014-09-26
1
-1
/
+1
*
mfd: ti_am335x_tscadc: Fix TSC operation after ADC continouous mode
Vignesh R
2014-09-26
1
-1
/
+2
*
mfd: ti_am335x_tscadc: Use devm_ioremap_resource()
Jingoo Han
2014-03-19
1
-19
/
+4
*
mfd: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-03-19
1
-1
/
+0
[next]