WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #54: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #91: FILE: drivers/irqchip/ti-timesync-intr.c:33: +static int ts_intr_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, WARNING: line length of 86 exceeds 80 columns #102: FILE: drivers/irqchip/ti-timesync-intr.c:44: + /* Check for two input parameters: output line and corresponding input line */ WARNING: line length of 91 exceeds 80 columns #108: FILE: drivers/irqchip/ti-timesync-intr.c:50: + /* Timesync Interrupt Router's mux-controller register starts at offset 4 from base WARNING: line length of 90 exceeds 80 columns #109: FILE: drivers/irqchip/ti-timesync-intr.c:51: + * address and each output line are at offset in multiple of 4s in Timesync INTR's WARNING: line length of 83 exceeds 80 columns #110: FILE: drivers/irqchip/ti-timesync-intr.c:52: + * register space, calculate the register offset from provided output line. WARNING: line length of 92 exceeds 80 columns #119: FILE: drivers/irqchip/ti-timesync-intr.c:61: + /* When interrupt enable bit is set for Timesync Interrupt Router it maps the output WARNING: line length of 95 exceeds 80 columns #120: FILE: drivers/irqchip/ti-timesync-intr.c:62: + * line with the existing input line, hence enable interrupt line after we set bits for WARNING: line length of 81 exceeds 80 columns #129: FILE: drivers/irqchip/ti-timesync-intr.c:71: +static void ts_intr_irq_domain_free(struct irq_domain *domain, unsigned int virq, WARNING: line length of 91 exceeds 80 columns #138: FILE: drivers/irqchip/ti-timesync-intr.c:80: + /* Calculate the register offset value from provided output line */ WARNING: line length of 100 exceeds 80 columns #140: FILE: drivers/irqchip/ti-timesync-intr.c:82: + writel(~TIMESYNC_INTRTR_INT_ENABLE, tsr_data.tsr_base + output_line_offset); WARNING: line length of 100 exceeds 80 columns #158: FILE: drivers/irqchip/ti-timesync-intr.c:100: + tsr_data.domain = irq_domain_create_tree(&node->fwnode, &ts_intr_irq_domain_ops, &tsr_data); total: 0 errors, 12 warnings, 0 checks, 128 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit e388479f6778 ("irqchip: ti-tsir: Add support for Timesync Interrupt Router") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 12 warnings, 0 checks, 128 lines checked