[PATCH] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation f
View Article[PATCH 6/6] cpufreq: schedutil: New governor based on scheduler utilization data
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Add a new cpufreq scaling governor, called "schedutil", that uses scheduler-provided CPU utiliza
View Article[PATCH v2 0/6] ARM64: meson: GXBaby (S905) and Vega S95 enablement
Hello, This series adds initial support for the Amlogic S905 based Tronsmart Vega S95 Pro, Meta and Telos TV boxes. v2: * Pick up previously acked "
View Article[PATCH v2 1/6] ARM64: Enable Amlogic Meson GXBaby platform
Provide the ARCH_MESON Kconfig symbol to allow enabling existing serial and i2c drivers. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v1 ->
View Article[PATCH v2 2/6] devicetree: bindings: Add vendor prefix for Tronsmart
From: Matthias Brugger <matthias.bgg@gmail.com> Tronsmart is a China based company building consumer electronic devices. Signed-off-by: Matthias Bru
View Article[PATCH v2 3/6] Documentation: devicetree: amlogic: Document Meson GXBaby
Use "amlogic,meson-gxbb" compatible string. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v1 -> v2: unchanged Documentation/devicetree/bi
View Article[PATCH v2 4/6] ARM64: dts: Prepare configs for Amlogic Meson GXBaby
Signed-off-by: Andreas Färber <afaerber@suse.de> --- v1 -> v2: * Adopted "arm,cortex-a53-pmu" compatible string (Sudeep) * Adopted "arm,gic-400" c
View Article[PATCH v2 5/6] Documentation: devicetree: amlogic: Document Tronsmart Vega...
Use "tronsmart,vega-s95" as well as "tronsmart,vega-s95-pro", "tronsmart,vega-s95-meta" and "tronsmart,vega-s95-telos" compatible strings.
View Article[PATCH v2 6/6] ARM64: dts: amlogic: Add Tronsmart Vega S95 configs
Add Device Trees for Tronsmart Vega S95 Pro, Meta and Telos TV boxes. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v1 -> v2: * Dropped ali
View Article[PATCH 0/2] phy: rcar-gen2, rcar-gen3-usb2: add fallback binding
Add fallback compatibility strings for rcar phy drivers. In the case of Renesas R-Car hardware we know that there are generations of SoCs, e.g. Gen 2
View Article[PATCH 1/2] phy: rcar-gen2: add fallback binding
In the case of Renesas R-Car hardware we know that there are generations of SoCs, e.g. Gen 2 and Gen 3. But beyond that its not clear what the relatio
View Article[PATCH 2/2] phy: rcar-gen3-usb2: add fallback binding
In the case of Renesas R-Car hardware we know that there are generations of SoCs, e.g. Gen 2 and Gen 3. But beyond that its not clear what the relatio
View Articlelinux-next: manual merge of the kvm-ppc-paulus tree with the kvm-arm tree
Hi Paul, Today's linux-next merge of the kvm-ppc-paulus tree got a conflict in: include/uapi/linux/kvm.h between commits: 808e738142e7 ("arm64
View Article[PATCH] Change the spin_lock/unlock_irq interface in proc_alloc_inum() function
From: Ma Jun <majun258@huawei.com> The spin_lock/unlock_irq interface is not safe when this function is called at some case which need irq disabled.
View Article[PATCH v3] tty: serial: meson: Implement earlycon support
Split off the bulk of the existing meson_serial_console_write() implementation into meson_serial_port_write() for implementing meson_serial_early_cons
View Article[PATCH 2/2 v2] staging: dgnc: use tty_alloc_driver instead of kcalloc
the tty_alloc_driver() can allocate memory for ttys and termios. And also it can release allocated memory easly with using put_tty_driver(). Signed-o
View Articlelinux-next: manual merge of the staging tree with the watchdog tree
Hi Greg, Today's linux-next merge of the staging tree got conflicts in: drivers/watchdog/Kconfig drivers/watchdog/Makefile between commit: 7
View Articlelinux-next: manual merge of the staging tree with the tip tree
Hi Greg, Today's linux-next merge of the staging tree got a conflict in: include/linux/irqdomain.h between commit: 29d5c8db26ad ("genirq: Add
View Article[PATCH v5.1 0/2] create BLKZEROOUT ioctl that invalidates page cache
Hi, This is (yet another) repost of the patch series that fixes the existing BLKZEROOUT ioctl to invalidate the page cache if the zeroing command to
View Article[PATCH 1/2] block: invalidate the page cache when issuing BLKZEROOUT.
Invalidate the page cache (as a regular O_DIRECT write would do) to avoid returning stale cache contents at a later time. v5: Refactor the 4.4 refact
View Article