Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH v3 0/5] [RFC] Support for creating generic host_bridge from device...

This is v3 of my attempt to add support for a generic pci_host_bridge controller created from a description passed in the device tree. Changes from v2: - Use range->cpu_addr when calling...

View Article


[PATCH v3 0/3] [RFC] Add support for PCI in AArch64 (3 replies)

Hi, This patch adds support for PCI to AArch64. It is based on my v3 patch that adds support for creating generic host bridge structure from device tree. With that in place, I was able to boot a...

View Article


[PATCH 2/2] serial: sh-sci: Add missing call to uart_remove_one_port() in...

From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> If cpufreq_register_notifier() fails, we have to remove the port added by sci_probe_single(), which is not done by sci_cleanup_single()....

View Article

[PATCH 1/2] serial_core: Unregister console in uart_remove_one_port() (no...

From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> If the serial port being removed is used as a console, it must also be unregistered from the console subsystem using unregister_console()....

View Article

[PATCH RT 10/11] leds: trigger: disable CPU trigger on -RT (no replies)

3.10.32-rt31-rc1 stable review patch. If anyone has any objections, please let me know. ------------------ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> as it triggers: |CPU: 0 PID: 0...

View Article


[PATCH RT 00/11] Linux 3.10.32-rt31-rc1 (10 replies)

Dear RT Folks, This is the RT stable review cycle of patch 3.10.32-rt31-rc1. Please scream at me if I messed something up. Please test the patches too. The -rc release will be uploaded to kernel.org...

View Article

[PATCH v6 05/11] drivers: of: add automated assignment of reserved regions to...

This patch adds code for automated assignment of reserved memory regions to struct device. reserved_mem->ops->device_init()/device_cleanup() callbacks are called to perform reserved memory...

View Article

[PATCH v6 02/11] drivers: of: add initialization code for static reserved...

This patch adds support for static (defined by 'reg' property) reserved memory regions declared in device tree. Memory blocks can be reliably reserved only during early boot. This must happen before...

View Article


[PATCH v6 04/11] drivers: of: add support for custom reserved memory drivers...

Add support for custom reserved memory drivers. Call their init() function for each reserved region and prepare for using operations provided by them with by the reserved_mem->ops array. Based on...

View Article


[PATCH v6 09/11] arm: add support for reserved memory defined by device tree...

Enable reserved memory initialization from device tree. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- arch/arm/Kconfig | 1 + arch/arm/mm/init.c | 2 ++ 2 files changed, 3...

View Article

[PATCH v6 11/11] powerpc: add support for reserved memory defined by device...

Enable reserved memory initialization from device tree. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- arch/powerpc/Kconfig | 1 + arch/powerpc/kernel/prom.c | 3 +++ 2 files...

View Article

[PATCH v6 10/11] arm64: add support for reserved memory defined by device...

Enable reserved memory initialization from device tree. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- arch/arm64/Kconfig | 1 + arch/arm64/mm/init.c | 1 + 2 files changed, 2...

View Article

KINDLY VIEW THE ATTACHMENT AND GET BACK TO ME (no replies)

View Article


[PATCH v6 01/11] of: document bindings for reserved-memory nodes (no replies)

From: Grant Likely <grant.likely@linaro.org> Reserved memory nodes allow for the reservation of static (fixed address) regions, or dynamically allocated regions for a specific purpose....

View Article

[PATCH v6 08/11] drivers: dma-contiguous: add initialization from device tree...

Refactor internal dma_contiguous_init_reserved_mem() function, which creates CMA area from previously reserved memory region and add support for handling 'shared-dma-pool' reserved-memory device tree...

View Article


[PATCH v6 00/11] reserved-memory regions/CMA in devicetree, again (3 replies)

Hello again! Here is another update of the support for reserved memory regions in device tree. I've fixes a few more minor issues pointed by Grant. See changelog for more details. The initial code for...

View Article

[PATCH 1/5] clk: bcm281xx: move compatible string definitions (no replies)

The Broadcom 281xx clock code uses a #define for the compatible string for it's clock control units (CCUs). Rather than defining those in the C source file, define them in the header file that's...

View Article


[PATCH 5/5] ARM: dts: use real clocks for bcm21664 (no replies)

Replace the "fake" fixed-rate clocks used previously for the bcm21664 family with "real" ones. Signed-off-by: Alex Elder <elder@linaro.org> --- arch/arm/boot/dts/bcm21664.dtsi | 190...

View Article

[PATCH 4/5] clk: bcm21664: use common clock framework (no replies)

Define the set of CCUs and provided clocks sufficient to satisfy the needs of all the existing clock references for BCM21664. Replace the "fake" fixed-rate clocks used previously with "real" ones....

View Article

[PATCH 3/5] ARM: dts: define clock binding for bcm21664 (no replies)

Document the device tree binding for Broadcom BCM28164 clock control units and clocks. This SoC uses Kona CCUs, similar to the BCM281XX SoC family. Signed-off-by: Alex Elder <elder@linaro.org>...

View Article
Browsing all 24115 articles
Browse latest View live