index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
/
pinctrl-baytrail.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-04
pinctrl: baytrail: Use GENMASK() consistently
Andy Shevchenko
1
-9
/
+7
2019-07-04
pinctrl: baytrail: Re-use data structures from pinctrl-intel.h
Andy Shevchenko
1
-239
/
+60
2019-07-04
pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux()
Andy Shevchenko
1
-3
/
+4
2019-03-18
pinctrl: baytrail: Fix potential NULL pointer dereference
Aditya Pakki
1
-0
/
+2
2018-11-08
pinctrl: baytrail: Code formatting fixes
Andy Shevchenko
1
-1
/
+1
2018-11-08
pinctrl: baytrail: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2018-10-03
pinctrl: baytrail: Convert unsigned to unsigned int
Andy Shevchenko
1
-6
/
+6
2018-09-18
pinctrl: baytrail: Sort headers alphabetically
Andy Shevchenko
1
-7
/
+7
2018-09-18
pinctrl: baytrail: Remove unneeded MODULE_DEVICE_TABLE()
Andy Shevchenko
1
-1
/
+0
2018-09-14
pinctrl: Include <linux/gpio/driver.h> nothing else
Linus Walleij
1
-3
/
+2
2018-08-31
pinctrl: baytrail: Convert to use device_get_match_data()
Andy Shevchenko
1
-6
/
+3
2018-08-03
pinctrl: baytrail: actually print the apparently misconfigured pin
Alexander Stein
1
-1
/
+2
2018-07-16
pinctrl: baytrail: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-07-02
pinctrl: intel: Convert to use SPDX identifier
Andy Shevchenko
1
-10
/
+2
2018-01-08
pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
Hans de Goede
1
-0
/
+6
2017-11-08
gpio: Move irq_valid_mask into struct gpio_irq_chip
Thierry Reding
1
-2
/
+2
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
1
-1
/
+1
2017-08-14
pinctrl: baytrail: Do not call WARN_ON for a firmware bug
Hans de Goede
1
-2
/
+2
2017-02-21
Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-13
/
+6
2017-01-30
pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handler
Alexander Stein
1
-0
/
+2
2017-01-30
pinctrl: baytrail: Debounce register is one per community
Andy Shevchenko
1
-3
/
+10
2017-01-30
pinctrl: baytrail: Rectify debounce support (part 2)
Andy Shevchenko
1
-4
/
+8
2017-01-30
Merge tag 'v4.10-rc6' into devel
Linus Walleij
1
-14
/
+25
2017-01-26
pinctrl: baytrail: Fix debugfs offset output
Alexander Stein
1
-1
/
+1
2017-01-12
pinctrl: baytrail: Do not add all GPIOs to IRQ domain
Andy Shevchenko
1
-3
/
+8
2017-01-11
pinctrl: baytrail: Convert to use devm_*()
Andy Shevchenko
1
-12
/
+5
2017-01-11
pinctrl: baytrail: Rectify debounce support
Andy Shevchenko
1
-11
/
+17
2016-12-07
pinctrl: intel: set default handler to be handle_bad_irq()
Andy Shevchenko
1
-1
/
+1
2016-10-18
pinctrl: baytrail: Fix lockdep
Ville Syrjälä
1
-1
/
+2
2016-07-28
Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-21
/
+4
2016-06-23
pinctrl: baytrail: Fix mingled clock pins
Cristina Ciocan
1
-3
/
+3
2016-06-13
pinctrl: baytrail: make it explicitly non-modular
Paul Gortmaker
1
-21
/
+4
2016-05-26
drivers/pinctrl/intel/pinctrl-baytrail.c: fix build with gcc-4.4
Andrew Morton
1
-3
/
+7
2016-04-30
pinctrl: baytrail: fix some error handling in debugfs
Dan Carpenter
1
-0
/
+3
2016-04-04
pinctrl: baytrail: Add debounce configuration
Cristina Ciocan
1
-2
/
+81
2016-04-04
pinctrl: baytrail: Register pin control handling
Cristina Ciocan
1
-226
/
+221
2016-04-04
pinctrl: baytrail: Update irq chip operations
Cristina Ciocan
1
-46
/
+51
2016-04-04
pinctrl: baytrail: Update gpio chip operations
Cristina Ciocan
1
-29
/
+68
2016-04-04
pinctrl: baytrail: Add pin control operations
Cristina Ciocan
1
-35
/
+525
2016-04-04
pinctrl: baytrail: Add pin control data structures
Cristina Ciocan
1
-22
/
+606
2016-01-05
pinctrl: baytrail: use gpiochip data pointer
Linus Walleij
1
-17
/
+15
2015-12-26
pinctrl: baytrail: Be sure to clamp return value
Linus Walleij
1
-1
/
+1
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-1
/
+1
2015-10-16
pinctrl: baytrail: Fix compilation warnings when !CONFIG_PM
Mika Westerberg
1
-0
/
+2
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-08-26
pinctrl: baytrail: Use raw_spinlock for locking
Mika Westerberg
1
-25
/
+25
2015-08-13
pinctrl: baytrail: Serialize all register access
Mika Westerberg
1
-5
/
+16
2015-08-13
pinctrl: baytrail: Drop FSF mailing address
Mika Westerberg
1
-5
/
+0
2015-07-17
pinctrl/baytrail: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-03-06
pinctrl: baytrail: Save pin context over system sleep
Mika Westerberg
1
-2
/
+81
[next]