index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-30
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
1
-0
/
+1
2020-06-01
Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
62
-2375
/
+3747
2020-05-31
mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: Return an enum from of_get_nand_ecc_algo()
Miquel Raynal
1
-16
/
+19
2020-05-31
mtd: rawnand: Drop OOB_FIRST placement scheme
Miquel Raynal
2
-109
/
+98
2020-05-31
mtd: rawnand: Avoid a typedef
Miquel Raynal
1
-2
/
+2
2020-05-31
mtd: rawnand: Stop using nand_release()
Miquel Raynal
1
-12
/
+0
2020-05-31
mtd: rawnand: nandsim: Reorganize ns_cleanup_module()
Miquel Raynal
1
-22
/
+22
2020-05-31
mtd: rawnand: nandsim: Rename a label in ns_init_module()
Miquel Raynal
1
-3
/
+3
2020-05-31
mtd: rawnand: nandsim: Manage lists on error in ns_init_module()
Miquel Raynal
1
-4
/
+19
2020-05-31
mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()
Miquel Raynal
1
-3
/
+3
2020-05-31
mtd: rawnand: nandsim: Free erase_block_wear on error
Miquel Raynal
1
-1
/
+3
2020-05-31
mtd: rawnand: nandsim: Use an additional label when freeing the nandsim object
Miquel Raynal
1
-3
/
+4
2020-05-31
mtd: rawnand: nandsim: Stop using nand_release()
Miquel Raynal
1
-2
/
+4
2020-05-31
mtd: rawnand: nandsim: Free the partition names in ns_free()
Miquel Raynal
1
-6
/
+6
2020-05-31
mtd: rawnand: nandsim: Free the allocated device on error in ns_init()
Miquel Raynal
1
-1
/
+3
2020-05-31
mtd: rawnand: nandsim: Free partition names on error in ns_init()
Miquel Raynal
1
-4
/
+13
2020-05-31
mtd: rawnand: nandsim: Fix the two ns_alloc_device() error paths
Miquel Raynal
1
-9
/
+17
2020-05-31
mtd: rawnand: nandsim: Remove debugfs entries at unload time
Miquel Raynal
1
-0
/
+6
2020-05-31
mtd: rawnand: nandsim: Keep track of the created debugfs entries
Miquel Raynal
1
-4
/
+6
2020-05-31
mtd: rawnand: nandsim: Clean error handling
Miquel Raynal
1
-19
/
+27
2020-05-31
mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functions
Miquel Raynal
1
-117
/
+131
2020-05-31
mtd: rawnand: nandsim: Use octal permissions
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'
Miquel Raynal
1
-4
/
+4
2020-05-31
mtd: rawnand: brcmnand: support v2.1-v2.2 controllers
Álvaro Fernández Rojas
1
-9
/
+76
2020-05-31
mtd: rawnand: brcmnand: rename page sizes
Álvaro Fernández Rojas
1
-2
/
+2
2020-05-31
mtd: rawnand: brcmnand: fix CS0 layout
Álvaro Fernández Rojas
1
-2
/
+3
2020-05-31
mtd: rawnand: brcmnand: rename v4 registers
Álvaro Fernández Rojas
1
-4
/
+4
2020-05-31
mtd: rawnand: gpmi: Use nand_extract_bits()
Miquel Raynal
1
-164
/
+10
2020-05-31
mtd: rawnand: omap_elm: Fix runtime PM imbalance on error
Dinghao Liu
1
-0
/
+1
2020-05-31
mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe
Dinghao Liu
1
-1
/
+1
2020-05-31
mtd: rawnand: gpmi: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+3
2020-05-31
mtd: rawnand: ingenic: Convert the driver to exec_op()
Boris Brezillon
1
-56
/
+83
2020-05-31
mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60
Boris Brezillon
1
-1
/
+13
2020-05-31
mtd: rawnand: xway: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: xway: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: vf610: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: txx9ndfmc: Stop using nand_release()
Miquel Raynal
1
-2
/
+4
2020-05-31
mtd: rawnand: tmio: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: tmio: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: tango: Stop using nand_release()
Miquel Raynal
1
-3
/
+8
2020-05-31
mtd: rawnand: sunxi: Stop using nand_release()
Miquel Raynal
1
-2
/
+7
2020-05-31
mtd: rawnand: sunxi: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: stm32_fmc2: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: socrates: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: socrates: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: sharpsl: Stop using nand_release()
Miquel Raynal
1
-3
/
+9
2020-05-31
mtd: rawnand: sharpsl: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: sh_flctl: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: s3c2410: Stop using nand_release()
Miquel Raynal
1
-1
/
+2
[next]