Sign in
android-kvm
/
linux
/
dee1877d9168f3e4b5e3c384d6d217dd1bbd4b49
/
drivers
/
pinctrl
/
intel
cd0a323
pinctrl: tigerlake: Tiger Lake uses _HID enumeration
by Mika Westerberg
· 5 years ago
899b7e3
pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
by Mika Westerberg
· 5 years ago
af0c533
pinctrl: intel: Pass irqchip when adding gpiochip
by Linus Walleij
· 5 years ago
6d416b9
pinctrl: intel: Add GPIO <-> pin mapping ranges via callback
by Linus Walleij
· 5 years ago
e2b7441
pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pin to output
by Hans de Goede
· 5 years ago
a236805
pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
by Hans de Goede
· 5 years ago
f068275
pinctrl: sunrisepoint: Add missing Interrupt Status register offset
by Boyan Ding
· 5 years ago
3a67fe3
pinctrl: lynxpoint: Update summary in the driver
by Andy Shevchenko
· 5 years ago
64e14e9
pinctrl: lynxpoint: Switch to pin control API
by Andy Shevchenko
· 5 years ago
3683509
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
by Andy Shevchenko
· 5 years ago
03d9eca
pinctrl: lynxpoint: Implement ->pin_dbg_show()
by Andy Shevchenko
· 5 years ago
7f32d37
pinctrl: lynxpoint: Add pin control operations
by Andy Shevchenko
· 5 years ago
18213ad
pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
by Andy Shevchenko
· 5 years ago
cecddda
pinctrl: lynxpoint: Add pin control data structures
by Andy Shevchenko
· 5 years ago
54d371cf
pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
by Andy Shevchenko
· 5 years ago
5931e6e
pinctrl: lynxpoint: Implement ->irq_ack() callback
by Andy Shevchenko
· 5 years ago
540bff1
pinctrl: lynxpoint: Move ownership check to IRQ chip
by Andy Shevchenko
· 5 years ago
095f2a6
pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routines
by Andy Shevchenko
· 5 years ago
d0f2df4
pinctrl: lynxpoint: Move ->remove closer to ->probe()
by Andy Shevchenko
· 5 years ago
21a0649
pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future use
by Andy Shevchenko
· 5 years ago
c35f463
pinctrl: lynxpoint: Convert unsigned to unsigned int
by Andy Shevchenko
· 6 years ago
e1940ad
pinctrl: lynxpoint: Switch to memory mapped IO accessors
by Andy Shevchenko
· 5 years ago
1e78ea7
pinctrl: lynxpoint: Keep pointer to struct device instead of its container
by Andy Shevchenko
· 5 years ago
03fb681
pinctrl: lynxpoint: Relax GPIO request rules
by Andy Shevchenko
· 5 years ago
76347d7
pinctrl: lynxpoint: Assume 2 bits for mode selector
by Andy Shevchenko
· 5 years ago
a718e68
pinctrl: lynxpoint: Use standard pattern for memory allocation
by Andy Shevchenko
· 5 years ago
caedcbd
pinctrl: lynxpoint: Use %pR to print IO resource
by Andy Shevchenko
· 5 years ago
3b4c2d8
pinctrl: lynxpoint: Drop useless assignment
by Andy Shevchenko
· 5 years ago
7c0bc7b
pinctrl: lynxpoint: Correct amount of pins
by Andy Shevchenko
· 5 years ago
b2e05d6
pinctrl: lynxpoint: Use raw_spinlock for locking
by Andy Shevchenko
· 5 years ago
eb83479
pinctrl: lynxpoint: Move GPIO driver to pin controller folder
by Andy Shevchenko
· 6 years ago
5d33e0e
pinctrl: baytrail: Reuse struct intel_pinctrl in the driver
by Andy Shevchenko
· 5 years ago
2c02af7
pinctrl: baytrail: Use local variable to keep device pointer
by Andy Shevchenko
· 5 years ago
990ec24
pinctrl: baytrail: Keep pointer to struct device instead of its container
by Andy Shevchenko
· 5 years ago
66c812d
pinctrl: intel: Share struct intel_pinctrl for wider use
by Andy Shevchenko
· 5 years ago
6a30475
pinctrl: intel: Use GPIO direction definitions
by Matti Vaittinen
· 5 years ago
90a1eb1
pinctrl: cherryview: Use GPIO direction definitions
by Matti Vaittinen
· 5 years ago
faf86c0
pinctrl: baytrail: Use GPIO direction definitions
by Matti Vaittinen
· 5 years ago
e70982b
pinctrl: baytrail: Move IRQ valid mask initialization to a dedicated callback
by Andy Shevchenko
· 5 years ago
ab68b22
pinctrl: baytrail: Group GPIO IRQ chip initialization
by Andy Shevchenko
· 5 years ago
539d8bd
pinctrl: baytrail: Allocate IRQ chip dynamic
by Andy Shevchenko
· 5 years ago
b9a19bdb
pinctrl: cherryview: Pass irqchip when adding gpiochip
by Hans de Goede
· 5 years ago
bd90633
pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callback
by Hans de Goede
· 5 years ago
82d9beb4b
pinctrl: cherryview: Split out irq hw-init into a separate helper function
by Hans de Goede
· 5 years ago
ca8a958
pinctrl: baytrail: Pass irqchip when adding gpiochip
by Andy Shevchenko
· 5 years ago
ed3c156
pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callback
by Andy Shevchenko
· 5 years ago
b30b736
pinctrl: baytrail: Update North Community pin list
by Andy Shevchenko
· 5 years ago
40ecab55
pinctrl: baytrail: Really serialize all register accesses
by Hans de Goede
· 5 years ago
e66ff71
pinctrl: lewisburg: Update pin list according to v1.1v6
by Andy Shevchenko
· 5 years ago
8ae93b5
pinctrl: cherryview: Missed type change to unsigned int
by Andy Shevchenko
· 5 years ago
11b389c
pinctrl: intel: Missed type change to unsigned int
by Andy Shevchenko
· 5 years ago
c9ccf71
pinctrl: intel: Add Intel Tiger Lake pin controller support
by Andy Shevchenko
· 5 years ago
942c5ea
pinctrl: intel: Use helper to restore register values on ->resume()
by Andy Shevchenko
· 5 years ago
764cfe3
pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()
by Andy Shevchenko
· 5 years ago
471dd9a
pinctrl: intel: Introduce intel_restore_intmask() helper
by Andy Shevchenko
· 5 years ago
7101e02
pinctrl: intel: Introduce intel_restore_hostown() helper
by Andy Shevchenko
· 5 years ago
f78f152
pinctrl: intel: Introduce intel_restore_padcfg() helper
by Andy Shevchenko
· 5 years ago
e58e177
pinctrl: cherryview: Allocate IRQ chip dynamic
by Andy Shevchenko
· 5 years ago
17d49c6
pinctrl: cherryview: Fix spelling mistake in the comment
by Andy Shevchenko
· 5 years ago
3739898
pinctrl: cherryview: Fix irq_valid_mask calculation
by Hans de Goede
· 5 years ago
4973ddc
pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
by Andy Shevchenko
· 5 years ago
260996c
pinctrl: cherryview: restore Strago DMI workaround for all versions
by Dmitry Torokhov
· 5 years ago
57ff2df1
pinctrl: intel: Allocate IRQ chip dynamic
by Andy Shevchenko
· 5 years ago
3c2edc3
Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 5 years ago
5fbe5b5
gpio: Initialize the irqchip valid_mask with a callback
by Linus Walleij
· 6 years ago
55dac43
pinctrl: intel: mark intel_pin_to_gpio __maybe_unused
by Arnd Bergmann
· 6 years ago
6cb0880
pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
by Chris Chiu
· 6 years ago
1bd2315
pinctrl: intel: Allow to request locked pads
by Andy Shevchenko
· 6 years ago
bf5ab1b
pinctrl: denverton: Update pin names according to v1.08
by Andy Shevchenko
· 6 years ago
57afe3e
pinctrl: cherryview: Remove dev_err() usage after platform_get_irq()
by Stephen Boyd
· 6 years ago
4e73d02
pinctrl: intel: Remove dev_err() usage after platform_get_irq()
by Stephen Boyd
· 6 years ago
6a33a1d
pinctrl: intel: Use NSEC_PER_USEC for debounce calculus
by Andy Shevchenko
· 6 years ago
34e6567
pinctrl: baytrail: Re-use data structures from pinctrl-intel.h (part 2)
by Andy Shevchenko
· 6 years ago
179e5a6
pinctrl: intel: Remove default Interrupt Status offset
by Andy Shevchenko
· 6 years ago
3b1e9188
pinctrl: lewisburg: Provide Interrupt Status register offset
by Andy Shevchenko
· 6 years ago
2a2ed475
pinctrl: denverton: Provide Interrupt Status register offset
by Andy Shevchenko
· 6 years ago
f702e0b
pinctrl: sunrisepoint: Provide Interrupt Status register offset
by Andy Shevchenko
· 6 years ago
b8d7286
pinctrl: icelake: Provide Interrupt Status register offset
by Andy Shevchenko
· 6 years ago
cd5acb2
pinctrl: geminilake: Provide Interrupt Status register offset
by Andy Shevchenko
· 6 years ago
82af745
pinctrl: cannonlake: Provide Interrupt Status register offset
by Andy Shevchenko
· 6 years ago
3818d73
pinctrl: broxton: Provide Interrupt Status register offset
by Andy Shevchenko
· 6 years ago
7eb7ecd
pinctrl: intel: Simplify offset validation in intel_get_padcfg()
by Andy Shevchenko
· 6 years ago
cfc1c34
pinctrl: intel: Drop double check for data in intel_pinctrl_probe_by_uid()
by Andy Shevchenko
· 6 years ago
fa01aff
pinctrl: merrifield: Use devm_platform_ioremap_resource()
by Andy Shevchenko
· 6 years ago
9d5b6a9
pinctrl: intel: Use devm_platform_ioremap_resource()
by Andy Shevchenko
· 6 years ago
a86f12b
pinctrl: cherryview: Use devm_platform_ioremap_resource()
by Andy Shevchenko
· 6 years ago
2402501
pinctrl: baytrail: Use devm_platform_ioremap_resource()
by Andy Shevchenko
· 6 years ago
43c95d3
Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 6 years ago
eb0a2da
pinctrl: baytrail: Use GENMASK() consistently
by Andy Shevchenko
· 6 years ago
4f010b9
pinctrl: baytrail: Re-use data structures from pinctrl-intel.h
by Andy Shevchenko
· 6 years ago
a705f9c
pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux()
by Andy Shevchenko
· 6 years ago
670784f
pinctrl: intel: Clear interrupt status in mask/unmask callback
by Kai-Heng Feng
· 6 years ago
e58926e
pinctrl: intel: Use GENMASK() consistently
by Andy Shevchenko
· 6 years ago
5f61d95
pinctrl: intel: Increase readability of intel_gpio_update_pad_mode()
by Andy Shevchenko
· 6 years ago
a0a5f76
pinctrl: intel: Retain HOSTSW_OWN for requested gpio pin
by Chris Chiu
· 6 years ago
2fef327
pinctrl: pinctrl-intel: move gpio suspend/resume to noirq phase
by Binbin Wu
· 6 years ago
10d64c8
pinctrl: cedarfork: Update pin names according to v1.13c
by Andy Shevchenko
· 6 years ago
d6cb772
pinctrl: baytrail: Fix potential NULL pointer dereference
by Aditya Pakki
· 6 years ago
e3f72b7
pinctrl: cherryview: fix Strago DMI workaround
by Dmitry Torokhov
· 6 years ago
1adde32
pinctrl: cherryview: Stop clearing the GPIO_EN bit from chv_gpio_disable_free
by Hans de Goede
· 6 years ago
Next »