Quantcast
Channel: Linux | Kernel
Browsing all 165258 articles
Browse latest View live

[PATCH 4/5] regulator: pwm: Add support for voltage linear equal steps

Currently PWM regulator support the multiple voltage by two different mechanism: Voltage table based and continuous steps which divides duty cycle int

View Article



[PATCH 5/5] regulator: pwm: Add DT binding details for Linear Equal Step Mode

Add support for Linear Equal Step mode in pwm regulators on which specified regulator's minimum and maximum voltages are divided into specified equal

View Article

[PATCH 0/7] mtd: nand: sunxi: add support for DMA operations

Hello, This patch series aims at adding support for DMA assisted operations to the sunxi_nand driver. The first 3 patches are just reworks in the ex

View Article

[PATCH 1/7] mtd: nand: sunxi: move some ECC related operations to their own...

In order to support DMA operations in a clean way we need to extract some of the logic coded in sunxi_nfc_hw_ecc_read/write_page() into their own func

View Article

[PATCH 2/7] mtd: nand: sunxi: make OOB retrieval optional

sunxi_nfc_hw_ecc_read_chunk() always retrieves the ECC and protected free bytes, no matter if the user really asked for it or not. This can take a non

View Article


[PATCH 3/7] mtd: nand: sunxi: make cur_off parameter optional in extra oob...

Allow for NULL cur_offs values when the caller does not know where the NAND page register pointer point to. Signed-off-by: Boris Brezillon <boris.bre

View Article

[PATCH 4/7] scatterlist: add sg_alloc_table_from_buf() helper

sg_alloc_table_from_buf() provides an easy solution to create an sg_table from a virtual address pointer. This function takes care of dealing with vma

View Article

[PATCH 5/7] mtd: provide helper to prepare buffers for DMA operations

Some NAND controller drivers are making use of DMA to transfer data from the controller to the buffer passed by the MTD user. Provide a generic mtd_ma

View Article


[PATCH 6/7] mtd: nand: sunxi: add support for DMA assisted operations

The sunxi NAND controller is able to pipeline ECC operations only when operated in DMA mode, which improves a lot NAND throughput while keeping CPU us

View Article


[PATCH 7/7] mtd: nand: sunxi: update DT bindings

Document dmas and dma-names properties. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> --- Documentation/devicetree/bindings/mt

View Article

[PATCH v3 0/9] arm64: Add support of KVM with ACPI

Hello, This patch series allows an ARM64 ACPI based platform to use KVM. Currently the KVM code has to parse the firmware table to get the necessary

View Article

[PATCH v3 1/9] clocksource: arm_arch_timer: Gather KVM specific information...

Introduce a structure which are filled up by the arch timer driver and used by the virtual timer in KVM. The first member of this structure will be t

View Article

[PATCH v3 2/9] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get...

Currently, the firmware table is parsed by the virtual timer code in order to retrieve the virtual timer interrupt. However, this is already done by t

View Article


[PATCH v3 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure

For now, there is only one member. More member will be added later. Signed-off-by: Julien Grall <julien.grall@arm.com> --- Cc: Thomas Gleixner <tglx

View Article

[PATCH v3 4/9] irqchip/gic-v2: Parse and export virtual GIC information

For now, the firmware tables are parsed 2 times: once in the GIC drivers, the other timer when initializing the vGIC. It means code duplication and ma

View Article


[PATCH v3 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single...

Even though all the variables aren't marked with __initdata, they are only used during initialization. So the structure is marked with __initdata. Si

View Article

[PATCH v3 6/9] irqchip/gic-v3: Parse and export virtual GIC information

Fill up the recently introduced gic_kvm_info with the virtual GIC information. Signed-off-by: Julien Grall <julien.grall@arm.com> Cc: Thomas Gleixner

View Article


[PATCH v3 7/9] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse...

The firmware table is currently parsed by the virtual timer code in order to retrieve the virtual timer interrupt. However, this is already done by th

View Article

[PATCH v3 8/9] KVM: arm/arm64: vgic: Rely on the GIC driver to parse the...

Currenlty, the firmware tables are parsed 2 times: once in the GIC drivers, the other time when initializing the vGIC. It means code duplication and m

View Article

[PATCH v3 9/9] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter

The only call of arch_timer_get_timecounter (in KVM) has been removed. Signed-off-by: Julien Grall <julien.grall@arm.com> --- Cc: Daniel Lezcano <da

View Article
Browsing all 165258 articles
Browse latest View live




Latest Images