summaryrefslogtreecommitdiff
path: root/include/uapi/linux/ppp-comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/ppp-comp.h')
0 files changed, 0 insertions, 0 deletions
cetree/bindings/spi/mediatek,spi-mtk-snfi.yaml?h=linux-6.12.y&id=8aa2ef233fa3b985ced1ed31b86fddddfd6be4b2'>spi: dt-bindings: mtk-snfi: Add compatible for MT7986Xiangsheng Hou 2022-04-27spi: dt-bindings: add binding doc for spi-mtk-snfiChuanhong Guo d: do not scan bad blocks with NAND_BBT_NO_OOB set mtd: nand: wait to set BBT version mtd: nand: scrub BBT on ECC errors ... Fix up trivial conflicts: - arch/arm/mach-at91/board-usb-a9260.c Merged into board-usb-a926x.c - drivers/mtd/maps/lantiq-flash.c add_mtd_partitions -> mtd_device_register vs changed to use mtd_device_parse_register. 2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker These two common macros will be no longer present everywhere. Call out the include needs of them explicitly where required. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris These modes are not necessarily for OOB only. Particularly, MTD_OOB_RAW affected operations on in-band page data as well. To clarify these options and to emphasize that their effect is applied per-operation, we change the primary prefix to MTD_OPS_. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com> 2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris Start moving away from the MTD_DEBUG_LEVEL messages. The dynamic debugging feature is a generic kernel feature that provides more flexibility. (See Documentation/dynamic-debug-howto.txt) Also fix some punctuation, indentation, and capitalization that went along with the affected lines. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com> 2011-09-11mtd: remove printk's for [kv][mz]alloc failuresBrian Norris When a memory allocation fails, the kernel will print out a backtrace automatically. These print statements are unnecessary. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> 2011-01-06mtd: OneNAND: lighten scary initial bad block messagesAdrian Hunter Initial bad blocks are normal but the messages look like errors. Make the messages less scary, make the main message an informational message not a warning, make the message displaying registers a debug message and include the address there instead of in the informational message. Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> 2010-12-03mtd: onenand: bugfix for 2x mode bad block handlingRoman Tereshonkov This bug becomes visible in 2x mode when chip->writesize is different from mtd->writesize (= 2 * chip->writesize). At this case the bad block information is read from the first and the third physical pages instead of the first and the second as specification states. Signed-off-by: Roman Tereshonkov <roman.tereshonkov@nokia.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> 2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>