index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
/
pinctrl-intel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-30
Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+2
2021-03-25
pinctrl: intel: check REVID register value for device presence
Roger Pau Monne
1
-1
/
+6
2021-03-25
pinctrl: intel: No need to disable IRQs in the handler
Andy Shevchenko
1
-3
/
+2
2021-03-08
pinctrl: intel: Show the GPIO base calculation explicitly
Andy Shevchenko
1
-0
/
+2
2021-01-08
pinctrl: intel: Convert capability list to features
Andy Shevchenko
1
-3
/
+38
2021-01-08
pinctrl: intel: Drop unnecessary check for predefined features
Andy Shevchenko
1
-12
/
+6
2021-01-08
pinctrl: intel: Split intel_pinctrl_add_padgroups() for better maintenance
Andy Shevchenko
1
-20
/
+40
2020-12-09
pinctrl: intel: Actually disable Tx and Rx buffers on GPIO request
Andy Shevchenko
1
-2
/
+2
2020-10-26
pinctrl: intel: Set default bias in case no particular value given
Andy Shevchenko
1
-0
/
+8
2020-10-26
pinctrl: intel: Fix 2 kOhm bias which is 833 Ohm
Andy Shevchenko
1
-10
/
+22
2020-08-18
pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider use
Andy Shevchenko
1
-6
/
+18
2020-06-22
pinctrl: intel: Make use of for_each_requested_gpio_in_range()
Andy Shevchenko
1
-15
/
+6
2020-06-22
pinctrl: intel: Protect IO in few call backs by lock
Andy Shevchenko
1
-1
/
+15
2020-06-22
pinctrl: intel: Split intel_config_get() to three functions
Andy Shevchenko
1
-28
/
+61
2020-06-22
pinctrl: intel: Drop the only label in the code for consistency
Andy Shevchenko
1
-5
/
+3
2020-06-22
pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()
Andy Shevchenko
1
-5
/
+5
2020-06-22
pinctrl: intel: Make use of IRQ_RETVAL()
Andy Shevchenko
1
-10
/
+10
2020-06-22
pinctrl: intel: Reduce scope of the lock
Andy Shevchenko
1
-7
/
+7
2020-06-22
pinctrl: intel: Disable input and output buffer when switching to GPIO
Andy Shevchenko
1
-1
/
+13
2020-04-14
pinctrl: intel: Introduce new flag to force GPIO base to be 0
Andy Shevchenko
1
-0
/
+3
2020-04-14
pinctrl: intel: Introduce common flags for GPIO mapping scheme
Andy Shevchenko
1
-6
/
+13
2020-01-09
pinctrl: intel: Pass irqchip when adding gpiochip
Linus Walleij
1
-13
/
+13
2020-01-09
pinctrl: intel: Add GPIO <-> pin mapping ranges via callback
Linus Walleij
1
-13
/
+22
2019-12-13
pinctrl: intel: Share struct intel_pinctrl for wider use
Andy Shevchenko
1
-34
/
+1
2019-12-13
pinctrl: intel: Use GPIO direction definitions
Matti Vaittinen
1
-1
/
+4
2019-11-07
pinctrl: intel: Missed type change to unsigned int
Andy Shevchenko
1
-2
/
+2
2019-10-30
pinctrl: intel: Use helper to restore register values on ->resume()
Andy Shevchenko
1
-13
/
+13
2019-10-30
pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()
Andy Shevchenko
1
-1
/
+1
2019-10-30
pinctrl: intel: Introduce intel_restore_intmask() helper
Andy Shevchenko
1
-5
/
+11
2019-10-30
pinctrl: intel: Introduce intel_restore_hostown() helper
Andy Shevchenko
1
-17
/
+21
2019-10-30
pinctrl: intel: Introduce intel_restore_padcfg() helper
Andy Shevchenko
1
-27
/
+24
2019-10-30
pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
Andy Shevchenko
1
-1
/
+20
2019-10-01
pinctrl: intel: Allocate IRQ chip dynamic
Andy Shevchenko
1
-13
/
+14
2019-09-09
pinctrl: intel: mark intel_pin_to_gpio __maybe_unused
Arnd Bergmann
1
-1
/
+1
2019-08-19
pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
Chris Chiu
1
-1
/
+24
2019-08-18
pinctrl: intel: Allow to request locked pads
Andy Shevchenko
1
-17
/
+52
2019-08-07
pinctrl: intel: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-08-07
pinctrl: intel: Use NSEC_PER_USEC for debounce calculus
Andy Shevchenko
1
-4
/
+5
2019-08-07
pinctrl: intel: Remove default Interrupt Status offset
Andy Shevchenko
1
-4
/
+0
2019-08-07
pinctrl: intel: Simplify offset validation in intel_get_padcfg()
Andy Shevchenko
1
-1
/
+1
2019-07-23
pinctrl: intel: Drop double check for data in intel_pinctrl_probe_by_uid()
Andy Shevchenko
1
-2
/
+0
2019-07-23
pinctrl: intel: Use devm_platform_ioremap_resource()
Andy Shevchenko
1
-4
/
+1
2019-05-20
pinctrl: intel: Clear interrupt status in mask/unmask callback
Kai-Heng Feng
1
-31
/
+6
2019-05-20
pinctrl: intel: Use GENMASK() consistently
Andy Shevchenko
1
-4
/
+4
2019-04-28
pinctrl: intel: Increase readability of intel_gpio_update_pad_mode()
Andy Shevchenko
1
-2
/
+4
2019-04-28
pinctrl: intel: Retain HOSTSW_OWN for requested gpio pin
Chris Chiu
1
-1
/
+55
2019-04-09
pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
Binbin Wu
1
-4
/
+4
2018-11-08
pinctrl: intel: Unexport intel_pinctrl_probe()
Andy Shevchenko
1
-3
/
+2
2018-11-08
pinctrl: intel: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2018-10-03
pinctrl: intel: Fix a spelling typo in kernel documentation
Andy Shevchenko
1
-1
/
+1
[next]