index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
memory
/
omap-gpmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: omap-gpmc: Drop custom PM calls with cpu_pm notifier
Tony Lindgren
2021-07-29
1
-75
/
+118
*
memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unused
Tony Lindgren
2021-07-29
1
-0
/
+2
*
memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]
Colin Ian King
2021-03-07
1
-2
/
+5
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2020-10-24
1
-113
/
+159
|
\
|
*
memory: omap-gpmc: Fix -Wunused-function warnings
YueHaibing
2020-09-02
1
-57
/
+57
|
*
memory: omap-gpmc: Fix build error without CONFIG_OF
YueHaibing
2020-08-27
1
-0
/
+4
|
*
memory: omap-gpmc: Fix a couple off by ones
Dan Carpenter
2020-08-26
1
-2
/
+2
|
*
memory: omap-gpmc: consistently use !res for NULL checks
Krzysztof Kozlowski
2020-08-17
1
-1
/
+1
|
*
memory: omap-gpmc: use WARN() instead of BUG() on wrong free
Krzysztof Kozlowski
2020-08-17
1
-2
/
+1
|
*
memory: omap-gpmc: remove GPMC_SET_ONE_CD_MAX macro for safety
Krzysztof Kozlowski
2020-08-17
1
-44
/
+93
|
*
memory: omap-gpmc: return meaningful error codes in gpmc_cs_set_timings()
Krzysztof Kozlowski
2020-08-17
1
-3
/
+3
|
*
memory: omap-gpmc: remove unused file-scope phys_base and mem_size
Krzysztof Kozlowski
2020-08-17
1
-4
/
+0
|
*
memory: omap-gpmc: remove unneeded asm/mach-types.h inclusion
Krzysztof Kozlowski
2020-08-17
1
-2
/
+0
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+0
|
/
*
memory: omap-gpmc: Fix language typo
Krzysztof Kozlowski
2020-07-27
1
-1
/
+1
*
memory: omap-gpmc: Correct white space issues
Krzysztof Kozlowski
2020-07-27
1
-17
/
+7
*
memory: omap-gpmc: Use 'unsigned int' for consistency
Krzysztof Kozlowski
2020-07-27
1
-2
/
+2
*
memory: omap-gpmc: Enclose macro argument usage in parenthesis
Krzysztof Kozlowski
2020-07-27
1
-10
/
+10
*
memory: omap-gpmc: Correct kerneldoc
Krzysztof Kozlowski
2020-07-27
1
-4
/
+4
*
memory: omap-gpmc: Fix whitespace issue
Krzysztof Kozlowski
2020-07-24
1
-3
/
+4
*
memory: omap-gpmc: Include <linux/sizes.h> for SZ_16M
Krzysztof Kozlowski
2020-07-24
1
-0
/
+1
*
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-07-09
1
-1
/
+3
|
\
|
*
gpio: pass lookup and descriptor flags to request_own
Linus Walleij
2019-06-07
1
-1
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-12-31
1
-4
/
+4
|
\
|
*
memory: omap-gpmc: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-11
1
-4
/
+4
*
|
Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-28
1
-11
/
+7
|
\
\
|
*
|
memory: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-11-27
1
-11
/
+7
|
|
/
*
|
memory: omap-gpmc: Get the header of the enum
Linus Walleij
2018-12-17
1
-0
/
+1
*
|
gpio: Pass a flag to gpiochip_request_own_desc()
Linus Walleij
2018-12-14
1
-1
/
+2
|
/
*
memory: omap-gpmc: Avoid redundant NULL check
Roger Quadros
2018-04-24
1
-2
/
+2
*
mtd: onenand: omap2: Configure driver from DT
Ladislav Michl
2018-01-12
1
-41
/
+117
*
memory: omap-gpmc: Make 'bank-width' property optional
Ladislav Michl
2017-12-01
1
-2
/
+3
*
memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg()
Ladislav Michl
2017-11-03
1
-29
/
+24
*
memory: omap-gpmc: Drop gpmc_status
Ladislav Michl
2017-10-17
1
-1
/
+0
*
memory: Convert to using %pOF instead of full_name
Rob Herring
2017-08-16
1
-8
/
+8
*
Merge tag 'omap-for-v4.13/gpmc-signed' of git://git.kernel.org/pub/scm/linux/...
Olof Johansson
2017-06-18
1
-3
/
+6
|
\
|
*
memory: omap-gpmc: add error message if bank-width property is absent
Uwe Kleine-König
2017-05-31
1
-1
/
+4
|
*
memory: omap-gpmc: make dts snippet include semicolon
Uwe Kleine-König
2017-05-31
1
-2
/
+2
*
|
memory: omap-gpmc: Fix debug output for access width
Tony Lindgren
2017-05-16
1
-1
/
+1
|
/
*
ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure
Ladislav Michl
2017-02-28
1
-3
/
+1
*
Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/dr...
Arnd Bergmann
2016-09-03
1
-14
/
+7
|
\
|
*
memory: omap-gpmc: allow probe of child nodes to fail
Johan Hovold
2016-08-08
1
-14
/
+7
*
|
memory: omap-gpmc: make gpmc_clk_ticks_to_ns() static
Baoyou Xie
2016-08-29
1
-2
/
+2
*
|
memory: omap-gpmc: use devm_gpiochip_add_data()
Linus Walleij
2016-08-29
1
-10
/
+2
*
|
memory: omap-gpmc: Delete an unnecessary check before the function call "gpio...
Markus Elfring
2016-08-29
1
-3
/
+1
|
/
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-08-01
1
-73
/
+63
|
\
|
*
memory: omap-gpmc: Move gpio functions out of #ifdef CONFIG_OF
Roger Quadros
2016-06-17
1
-63
/
+63
|
*
memory: omap-gpmc: make it explicitly non-modular
Paul Gortmaker
2016-06-17
1
-10
/
+0
*
|
Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-07-30
1
-2
/
+1
|
\
\
[next]