index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: Drop OOB_FIRST placement scheme
Miquel Raynal
2020-05-31
2
-109
/
+98
*
mtd: rawnand: Avoid a typedef
Miquel Raynal
2020-05-31
1
-2
/
+2
*
mtd: Fix typo in mtd_ooblayout_set_databytes() description
Miquel Raynal
2020-05-31
1
-1
/
+1
*
mtd: rawnand: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-12
/
+0
*
mtd: rawnand: nandsim: Reorganize ns_cleanup_module()
Miquel Raynal
2020-05-31
1
-22
/
+22
*
mtd: rawnand: nandsim: Rename a label in ns_init_module()
Miquel Raynal
2020-05-31
1
-3
/
+3
*
mtd: rawnand: nandsim: Manage lists on error in ns_init_module()
Miquel Raynal
2020-05-31
1
-4
/
+19
*
mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()
Miquel Raynal
2020-05-31
1
-3
/
+3
*
mtd: rawnand: nandsim: Free erase_block_wear on error
Miquel Raynal
2020-05-31
1
-1
/
+3
*
mtd: rawnand: nandsim: Use an additional label when freeing the nandsim object
Miquel Raynal
2020-05-31
1
-3
/
+4
*
mtd: rawnand: nandsim: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-2
/
+4
*
mtd: rawnand: nandsim: Free the partition names in ns_free()
Miquel Raynal
2020-05-31
1
-6
/
+6
*
mtd: rawnand: nandsim: Free the allocated device on error in ns_init()
Miquel Raynal
2020-05-31
1
-1
/
+3
*
mtd: rawnand: nandsim: Free partition names on error in ns_init()
Miquel Raynal
2020-05-31
1
-4
/
+13
*
mtd: rawnand: nandsim: Fix the two ns_alloc_device() error paths
Miquel Raynal
2020-05-31
1
-9
/
+17
*
mtd: rawnand: nandsim: Remove debugfs entries at unload time
Miquel Raynal
2020-05-31
1
-0
/
+6
*
mtd: rawnand: nandsim: Keep track of the created debugfs entries
Miquel Raynal
2020-05-31
1
-4
/
+6
*
mtd: rawnand: nandsim: Clean error handling
Miquel Raynal
2020-05-31
1
-19
/
+27
*
mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functions
Miquel Raynal
2020-05-31
1
-117
/
+131
*
mtd: rawnand: nandsim: Use octal permissions
Miquel Raynal
2020-05-31
1
-1
/
+1
*
mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'
Miquel Raynal
2020-05-31
1
-4
/
+4
*
mtd: rawnand: brcmnand: support v2.1-v2.2 controllers
Álvaro Fernández Rojas
2020-05-31
1
-9
/
+76
*
mtd: rawnand: brcmnand: rename page sizes
Álvaro Fernández Rojas
2020-05-31
1
-2
/
+2
*
mtd: rawnand: brcmnand: fix CS0 layout
Álvaro Fernández Rojas
2020-05-31
1
-2
/
+3
*
mtd: rawnand: brcmnand: rename v4 registers
Álvaro Fernández Rojas
2020-05-31
1
-4
/
+4
*
mtd: rawnand: gpmi: Use nand_extract_bits()
Miquel Raynal
2020-05-31
1
-164
/
+10
*
mtd: rawnand: omap_elm: Fix runtime PM imbalance on error
Dinghao Liu
2020-05-31
1
-0
/
+1
*
mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe
Dinghao Liu
2020-05-31
1
-1
/
+1
*
mtd: rawnand: gpmi: Fix runtime PM imbalance on error
Dinghao Liu
2020-05-31
1
-1
/
+3
*
mtd: rawnand: ingenic: Convert the driver to exec_op()
Boris Brezillon
2020-05-31
1
-56
/
+83
*
mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60
Boris Brezillon
2020-05-31
1
-1
/
+13
*
mtd: rawnand: xway: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
*
mtd: rawnand: xway: Fix the probe error path
Miquel Raynal
2020-05-31
1
-1
/
+1
*
mtd: rawnand: vf610: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
*
mtd: rawnand: txx9ndfmc: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-2
/
+4
*
mtd: rawnand: tmio: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
*
mtd: rawnand: tmio: Fix the probe error path
Miquel Raynal
2020-05-31
1
-1
/
+1
*
mtd: rawnand: tango: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-3
/
+8
*
mtd: rawnand: sunxi: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-2
/
+7
*
mtd: rawnand: sunxi: Fix the probe error path
Miquel Raynal
2020-05-31
1
-1
/
+1
*
mtd: rawnand: stm32_fmc2: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
*
mtd: rawnand: socrates: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
*
mtd: rawnand: socrates: Fix the probe error path
Miquel Raynal
2020-05-31
1
-1
/
+1
*
mtd: rawnand: sharpsl: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-3
/
+9
*
mtd: rawnand: sharpsl: Fix the probe error path
Miquel Raynal
2020-05-31
1
-1
/
+1
*
mtd: rawnand: sh_flctl: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
*
mtd: rawnand: s3c2410: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+2
*
mtd: rawnand: r852: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-2
/
+4
*
mtd: rawnand: qcom: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-3
/
+8
*
mtd: rawnand: plat_nand: Stop using nand_release()
Miquel Raynal
2020-05-31
1
-1
/
+5
[next]