index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
qcom_nandc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-22
mtd: rawnand: qcom: Unmap the right resource upon probe failure
Bibek Kumar Patro
1
-1
/
+1
2023-08-28
Merge tag 'nand/for-6.6' into mtd/next
Miquel Raynal
1
-434
/
+569
2023-08-21
mtd: rawnand: qcom: Add read/read_start ops in exec_op path
Sricharan Ramabadhran
1
-59
/
+35
2023-08-18
mtd: rawnand: qcom: Clear buf_count and buf_start in raw read
Md Sadre Alam
1
-0
/
+3
2023-08-18
mtd: rawnand: qcom: Sort includes alphabetically
Manivannan Sadhasivam
1
-7
/
+7
2023-08-18
mtd: rawnand: qcom: Do not override the error no of submit_descs()
Manivannan Sadhasivam
1
-2
/
+2
2023-08-18
mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op()
Manivannan Sadhasivam
1
-10
/
+8
2023-08-18
mtd: rawnand: qcom: Unmap sg_list and free desc within submic_descs()
Manivannan Sadhasivam
1
-45
/
+20
2023-08-18
mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columns
Manivannan Sadhasivam
1
-4
/
+2
2023-08-18
mtd: rawnand: qcom: Use EOPNOTSUPP instead of ENOTSUPP
Manivannan Sadhasivam
1
-1
/
+1
2023-08-18
mtd: rawnand: qcom: Fix the opcode check in qcom_check_op()
Manivannan Sadhasivam
1
-6
/
+6
2023-08-18
mtd: rawnand: qcom: Handle unsupported opcode in qcom_op_cmd_mapping()
Manivannan Sadhasivam
1
-8
/
+27
2023-08-18
mtd: rawnand: qcom: Rename variables in qcom_op_cmd_mapping()
Manivannan Sadhasivam
1
-11
/
+11
2023-08-18
mtd: rawnand: qcom: Remove superfluous initialization of "ret"
Manivannan Sadhasivam
1
-6
/
+6
2023-07-28
mtd: rawnand: qcom: Fix address parsing within ->exec_op()
Miquel Raynal
1
-6
/
+7
2023-07-28
mtd: rawnand: qcom: Early structure initialization
Miquel Raynal
1
-7
/
+5
2023-07-28
mtd: rawnand: qcom: Fix a typo
Miquel Raynal
1
-1
/
+1
2023-07-28
mtd: rawnand: qcom: Fix wrong indentation
Miquel Raynal
1
-5
/
+5
2023-07-28
mtd: rawnand: qcom: Fix the spacing
Miquel Raynal
1
-1
/
+1
2023-07-28
mtd: rawnand: qcom: Fix alignment with open parenthesis
Miquel Raynal
1
-9
/
+7
2023-07-28
mtd: rawnand: qcom: Use u8 instead of uint8_t
Miquel Raynal
1
-5
/
+5
2023-07-28
mtd: rawnand: qcom: Use the BIT() macro
Miquel Raynal
1
-2
/
+2
2023-07-27
mtd: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-15
mtd: rawnand: qcom: Remove legacy interface
Md Sadre Alam
1
-359
/
+0
2023-07-15
mtd: rawnand: qcom: Implement exec_op()
Md Sadre Alam
1
-3
/
+531
2023-04-11
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-22
mtd: nand: qcom: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-03-07
mtd: nand: raw: qcom_nandc: Use devm_platform_get_and_ioremap_resource()
Md Sadre Alam
1
-2
/
+1
2022-11-07
mtd: rawnand: qcom: handle ret from parse with codeword_fixup
Christian Marangi
1
-5
/
+7
2022-06-17
mtd: nand: raw: qcom_nandc: add support for unprotected spare data pages
Christian Marangi
1
-5
/
+194
2022-06-17
mtd: nand: raw: qcom_nandc: reorder qcom_nand_host struct
Christian Marangi
1
-45
/
+62
2022-04-21
mtd: rawnand: qcom: fix memory corruption that causes panic
Md Sadre Alam
1
-11
/
+13
2022-01-25
mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
Bryan O'Donoghue
1
-8
/
+6
2021-12-17
dmaengine: qcom-adm: stop abusing slave_id config
Arnd Bergmann
1
-2
/
+12
2021-09-14
mtd: rawnand: qcom: Update code word value for raw read
Md Sadre Alam
1
-2
/
+6
2021-06-18
mtd: rawnand: qcom: avoid writing to obsolete register
Md Sadre Alam
1
-6
/
+12
2021-05-26
mtd: rawnand: qcom: Delete an unneeded bool conversion
Zhen Lei
1
-2
/
+1
2021-05-10
mtd: rawnand: qcom: allow override of partition parser
Baruch Siach
1
-1
/
+1
2021-04-07
mtd: rawnand: qcom: Use dma_mapping_error() for error check
Manivannan Sadhasivam
1
-1
/
+1
2021-04-07
mtd: rawnand: qcom: Add missing nand_cleanup() in error path
Manivannan Sadhasivam
1
-0
/
+1
2021-03-11
mtd: rawnand: qcom: Return actual error code instead of -ENODEV
Manivannan Sadhasivam
1
-5
/
+2
2021-03-11
mtd: rawnand: qcom: update last code word register
Md Sadre Alam
1
-21
/
+57
2021-03-11
mtd: rawnand: qcom: Add helper to configure location register
Md Sadre Alam
1
-12
/
+24
2021-03-11
mtd: rawnand: qcom: Rename parameter name in macro
Md Sadre Alam
1
-4
/
+4
2021-03-11
mtd: rawnand: qcom: Add helper to check last code word
Md Sadre Alam
1
-7
/
+13
2021-03-11
mtd: rawnand: qcom: Convert nandc to chip in Read/Write helper
Md Sadre Alam
1
-73
/
+80
2021-03-11
mtd: rawnand: qcom: Update register macro name for 0x2c offset
Md Sadre Alam
1
-1
/
+1
2021-01-04
mtd: rawnand: qcom: Add support for Qcom SMEM parser
Manivannan Sadhasivam
1
-1
/
+3
2020-12-11
mtd: rawnand: qcom: Add NAND controller support for SDX55
Manivannan Sadhasivam
1
-17
/
+51
2020-12-11
mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controller
Kathiravan T
1
-0
/
+4
[next]