public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-14 14:54:34 to 2023-11-14 09:04:42 UTC [more...]

[PATCH v4 00/37] Device Tree support for SH7751 based board
 2023-11-14  9:04 UTC  (42+ messages)
` [PATCH v4 01/37] sh: passing FDT address to kernel startup
` [PATCH v4 02/37] sh: Kconfig unified OF supported targets
` [PATCH v4 03/37] sh: Enable OF support for build and configuration
` [PATCH v4 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC
` [PATCH v4 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y
` [PATCH v4 06/37] sh: kernel/setup Update DT support
` [PATCH v4 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y
` [PATCH v4 08/37] clocksource: sh_tmu: CLOCKSOURCE support
` [PATCH v4 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [PATCH v4 10/37] sh: Common PCI framework support
` [PATCH v4 11/37] sh: Add old PCI drivers compatible stub
` [PATCH v4 12/37] pci: pci-sh7751: Add SH7751 PCI driver
` [PATCH v4 13/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI
` [PATCH v4 14/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header
` [PATCH v4 15/37] clk: Compatible with narrow registers
` [PATCH v4 16/37] clk: renesas: Add SH7750/7751 CPG Driver
` [PATCH v4 17/37] irqchip: Add SH7751 INTC driver
` [PATCH v4 18/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [PATCH v4 19/37] irqchip: SH7751 IRL external encoder with enable gate
` [PATCH v4 20/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema
` [PATCH v4 21/37] serial: sh-sci: fix SH4 OF support
` [PATCH v4 22/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [PATCH v4 23/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [PATCH v4 24/37] mfd: sm501: Convert platform_data to OF property
` [PATCH v4 25/37] dt-binding: sh: cpus: Add SH CPUs json-schema
` [PATCH v4 26/37] dt-bindings: vendor-prefix: Add new vendor iodata and smi
` [PATCH v4 27/37] dt-bindings: ata: ata-generic: Add new targets
` [PATCH v4 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target
` [PATCH v4 29/37] sh: SH7751R SoC Internal peripheral definition dtsi
` [PATCH v4 30/37] sh: add RTS7751R2D Plus DTS
` [PATCH v4 31/37] sh: Add IO DATA LANDISK dts
` [PATCH v4 32/37] sh: Add IO DATA USL-5P dts
` [PATCH v4 33/37] sh: j2_mimas_v2.dts update
` [PATCH v4 34/37] sh: Add dtbs target support
` [PATCH v4 35/37] sh: RTS7751R2D Plus OF defconfig
` [PATCH v4 36/37] sh: LANDISK "
` [PATCH v4 37/37] sh: j2_defconfig: update

Build regressions/improvements in v6.7-rc1
 2023-11-13 10:02 UTC 

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-12  4:21 UTC  (41+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally

[RFC PATCH v3 00/35] Device Tree support for SH7751 based board
 2023-11-08  7:57 UTC  (78+ messages)
` [RFC PATCH v3 01/35] arch/sh/boot/compressed/head_32.S: passing FDT address to initialize function
` [RFC PATCH v3 05/35] arch/sh/kernel/setup.c: Update DT support
` [RFC PATCH v3 06/35] arch/sh/boards/of-generic.c: some cleanup
` [RFC PATCH v3 10/35] Documentation/devicetree/bindings/pci: renesas,pci-sh7751.yaml new file
` [RFC PATCH v3 11/35] include/dt-bindings/clock/sh7750.h: cpg-sh7750 binding header
` [RFC PATCH v3 12/35] drivers/clk/renesas: clk-sh7750.c SH7750/7751 CPG driver
` [RFC PATCH v3 13/35] Documentation/devicetree/bindings/clock: Add renesas,sh7750-cpg binding document
` [RFC PATCH v3 14/35] drivers/irqchip: Add SH7751 Internal INTC drivers
` [RFC PATCH v3 15/35] Documentation/devicetree/bindings/interrupt-controller: Add renesas,sh7751-intc.yaml
` [RFC PATCH v3 16/35] drivers/irqchip: SH7751 IRL external encoder with enable gate
` [RFC PATCH v3 18/35] drivers/tty/serial: sh-sci.c fix SH4 OF support
` [RFC PATCH v3 19/35] Documentation/devicetree/bindings/serial: renesas,scif.yaml Add SH
` [RFC PATCH v3 20/35] drivers/mfd: sm501 add some properties
` [RFC PATCH v3 22/35] drivers/clocksource/sh_tmu: Add support CLOCKSOURCE
` [RFC PATCH v3 23/35] Documentation/devicetree/bindings/timer: renesas,tmu.yaml add SH
` [RFC PATCH v3 24/35] include/dt-binding/interrupt-controller/sh_intc.h: renesas,sh7751-intc.h helper
` [RFC PATCH v3 25/35] Documentation/devicetree/bindings/sh/cpus.yaml: Add SH CPU
` [RFC PATCH v3 26/35] arch/sh/boot/dts: SH7751R SoC Internal peripheral definition dtsi
` [RFC PATCH v3 27/35] Documentation/devicetree/bindings: vendor-prefix add IO DATA DEVICE Inc
` [RFC PATCH v3 28/35] Documentation/devicetree/bindings/ata: ata-generic.yaml add usl-5p and rts7751r2d
` [RFC PATCH v3 29/35] Documentation/devicetree/bindings/soc/renesas/sh.yaml: Add SH7751 based target
` [RFC PATCH v3 30/35] arch/sh/boot/dts: RTS7751R2D Plus DeviceTree
` [RFC PATCH v3 31/35] arch/sh/boot/dts: LANDISK DeviceTree
` [RFC PATCH v3 32/35] arch/sh/boot/dts: USL-5P DeviceTree
` [RFC PATCH v3 33/35] arch/sh: Add dtbs target support
` [RFC PATCH v3 34/35] arch/sh: RTS7751R2D Plus OF defconfig
` [RFC PATCH v3 35/35] arch/sh/configs: LANDISK "

[GIT PULL] sh updates for v6.7
 2023-11-03  2:20 UTC  (2+ messages)

arch/sh/boot/compressed/misc.c:118:6: warning: no previous prototype for 'arch_ftrace_ops_list_func'
 2023-11-02 20:32 UTC  (5+ messages)

[PATCH v2] locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
 2023-11-02  8:58 UTC  (3+ messages)

arch/sh/boards/mach-hp6xx/hp6xx_apm.c:32:22: warning: variable 'backup' set but not used
 2023-11-02  8:50 UTC 

[linux-next:master] BUILD REGRESSION c503e3eec382ac708ee7adf874add37b77c5d312
 2023-10-30 20:35 UTC 

W sprawie samochodu
 2023-10-30  8:55 UTC 

W sprawie samochodu
 2023-10-25  8:15 UTC 

[PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support
 2023-10-27  8:09 UTC  (5+ messages)
` [GIT PULL] drm: renesas: shmobile: Atomic conversion + DT support (was: Re: [PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support)
  ` [GIT PULL v2] "

Order#57425
 2023-10-26 13:50 UTC 

Bezplatná 60denní zkušební verze: Vylepšete své výrobní procesy
 2023-10-26  7:55 UTC 

[PATCH] locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
 2023-10-25 15:12 UTC  (12+ messages)
` [External] "

[PATCH 0/2] sh: Revive BIOS earlyprintk support
 2023-10-25 14:54 UTC  (11+ messages)
` [PATCH 1/2] sh: bios: Revive "
` [PATCH 2/2] Documentation: kernel-parameters: Add earlyprintk=bios on SH

[PATCH 1/4] [v2] sh: remove stale microdev board
 2023-10-25 14:53 UTC  (9+ messages)
` [PATCH 2/4] [v2] sh: remove unused sh4-202 support
` [PATCH 3/4] [v2] sh: remove superhyway bus support
` [PATCH 4/4] [v2] sh: machvec: remove custom ioport_{un,}map()

[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
 2023-10-24 17:45 UTC  (5+ messages)
` [PATCH 3/7] arch: sh: remove "
` (subset) [PATCH 0/7] arch/*: config: Remove "

Wycena paneli fotowoltaicznych
 2023-10-24  8:10 UTC 

[PATCH RFC] hw/sh4/sh7750: Add STBCR/STBCR2 register support
 2023-10-19  7:14 UTC  (5+ messages)

[PATCH] sh: heartbeat: prefer 'unsigned int' to bare use of 'unsigned'
 2023-10-18 13:53 UTC  (2+ messages)

[RFC PATCH v3 09/35] drivers/pci/controller: SH7751 PCI Host bridge driver
 2023-10-16 19:52 UTC  (3+ messages)

Zapytanie ofertowe
 2023-10-16  7:50 UTC 

Build regressions/improvements in v6.6-rc6
 2023-10-16  7:26 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox