index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
meson_nand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
mtd: rawnand: meson: fix build error
Arseniy Krasnov
1
-11
/
+11
2023-07-27
mtd: rawnand: meson: support for 512B ECC step size
Arseniy Krasnov
1
-11
/
+34
2023-07-12
mtd: rawnand: meson: use NAND core API to check status
Arseniy Krasnov
1
-14
/
+12
2023-06-19
mtd: rawnand: meson: fix unaligned DMA buffers handling
Arseniy Krasnov
1
-0
/
+4
2023-06-09
mtd: rawnand: meson: check buffer length
Arseniy Krasnov
1
-3
/
+43
2023-06-09
mtd: rawnand: meson: waiting w/o wired ready/busy pin
Arseniy Krasnov
1
-4
/
+73
2023-06-09
mtd: rawnand: meson: replace integer consts with proper defines
Arseniy Krasnov
1
-2
/
+5
2023-04-25
Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
1
-4
/
+2
2023-04-11
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-03
mtd: rawnand: meson: fix bitmask for length in command word
Arseniy Krasnov
1
-3
/
+3
2023-03-22
mtd: rawnand: meson: invalidate cache on polling ECC bit
Arseniy Krasnov
1
-1
/
+7
2023-03-06
mtd: rawnand: meson: initialize struct with zeroes
Arseniy Krasnov
1
-1
/
+1
2022-09-21
mtd: rawnand: meson: refine resource getting in probe
Liang Yang
1
-3
/
+1
2022-09-21
mtd: rawnand: meson: fix the clock
Liang Yang
1
-41
/
+41
2022-09-21
mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
Dan Carpenter
1
-2
/
+2
2022-08-01
Merge remote-tracking branch 'korg_git/nand/next' into mtd/next
Richard Weinberger
1
-1
/
+0
2022-06-09
mtd: rawnand: meson: Drop cleaning platform data in .remove()
Uwe Kleine-König
1
-2
/
+0
2022-06-09
mtd: rawnand: meson: Don't skip cleanup after mtd_device_unregister() failed
Uwe Kleine-König
1
-11
/
+3
2022-06-06
mtd: rawnand: meson: Fix a potential double free issue
Christophe JAILLET
1
-1
/
+0
2021-08-06
mtd: rawnand: remove never changed ret variable
Jason Wang
1
-2
/
+2
2020-12-10
mtd: rawnand: meson: Fix a resource leak in init
Dan Carpenter
1
-1
/
+4
2020-12-10
mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments
Sergei Antonov
1
-1
/
+1
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
1
-1
/
+1
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
1
-3
/
+3
2020-06-26
mtd: rawnand: Hide the chip->data_interface indirection
Miquel Raynal
1
-4
/
+4
2020-05-11
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
1
-1
/
+1
2020-05-10
mtd: rawnand: Take check_only into account
Boris Brezillon
1
-0
/
+3
2020-03-11
mtd: rawnand: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-10-08
mtd: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-25
mtd: rawnand: meson: Add of_node_put() before return
Nishka Dasgupta
1
-0
/
+1
2019-04-18
mtd: rawnand: meson: only initialize the RB completion once
Martin Blumenstingl
1
-1
/
+2
2019-04-18
mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setup
Martin Blumenstingl
1
-5
/
+5
2019-04-18
mtd: rawnand: meson: use of_property_count_elems_of_size helper
Martin Blumenstingl
1
-4
/
+1
2019-04-18
mtd: rawnand: meson: use struct_size macro
Martin Blumenstingl
1
-2
/
+1
2019-04-08
mtd: rawnand: meson: set oob layout ops
Liang Yang
1
-0
/
+2
2019-03-21
mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_buf
Martin Blumenstingl
1
-1
/
+3
2019-03-21
mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf()
Martin Blumenstingl
1
-0
/
+3
2019-02-05
mtd: rawnand: meson: add support for Amlogic NAND flash controller
Liang Yang
1
-0
/
+1464