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

[PATCH V4 3/4] net-next: mediatek: add Kconfig and Makefile

This patch adds the Makefile and Kconfig required to make the driver build. Signed-off-by: John Crispin <blogic@openwrt.org> --- drivers/net/etherne

View Article



[PATCH V4 4/4] net-next: mediatek: add an entry to MAINTAINERS

Add myself and Felix as the Maintainers for the MediaTek ethernet driver. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John Crispin

View Article

[PATCH 1/1] dma-mapping: to avoid exception when cpu_addr is NULL

Do this to keep consistent with kfree, which tolerate ptr is NULL. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> --- include/linux/dma-mappin

View Article

[PATCH v4 00/52] mtd: rework ECC layout definition

Hello, This patchset aims at getting rid of the nand_ecclayout limitations. struct nand_ecclayout is defining fixed eccpos and oobfree arrays which c

View Article

[PATCH v4 01/52] mtd: kill the ecclayout->oobavail field

ecclayout->oobavail is just redundant with the mtd->oobavail field. Moreover, it prevents static const definition of ecc layouts since the NAND framew

View Article


[PATCH v4 02/52] mtd: create an mtd_oobavail() helper and make use of it

Currently, all MTD drivers/sublayers exposing an OOB area are doing the same kind of test to extract the available OOB size based on the mtd_info and

View Article

[PATCH v4 03/52] mtd: mtdswap: remove useless if (!mtd->ecclayout) test

If the MTD device does not have OOB, the mtd->oobsize and mtd->oobavail fields are set to zero, and we are testing those values in the following test.

View Article

[PATCH v4 04/52] mtd: nand: simplify nand_bch_init() usage

nand_bch_init() requires several arguments which could directly be deduced from the mtd device. Get rid of those useless parameters. nand_bch_init()

View Article


[PATCH v4 05/52] mtd: add mtd_ooblayout_xxx() helper functions

In order to make the ecclayout definition completely dynamic we need to rework the way the OOB layout are defined and iterated. Create a few mtd_oobl

View Article


[PATCH v4 06/52] mtd: use mtd_ooblayout_xxx() helpers where appropriate

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article

[PATCH v4 07/52] mtd: nand: core: use mtd_ooblayout_xxx() helpers where...

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article

[PATCH v4 08/52] mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where...

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article

[PATCH v4 09/52] mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where...

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article


[PATCH v4 10/52] mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where...

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article

[PATCH v4 11/52] mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where...

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article


[PATCH v4 12/52] mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where...

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article

[PATCH v4 13/52] mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate

The mtd_ooblayout_xxx() helper functions have been added to avoid direct accesses to the ecclayout field, and thus ease for future reworks. Use these

View Article


[PATCH v4 14/52] mtd: add mtd_set_ecclayout() helper function

Add an mtd_set_ecclayout() helper function to avoid direct accesses to the mtd->ecclayout field. This will ease future reworks of ECC layout definitio

View Article

[PATCH v4 15/52] mtd: use mtd_set_ecclayout() where appropriate

Use the mtd_set_ecclayout() helper instead of directly assigning the mtd->ecclayout field. Signed-off-by: Boris Brezillon <boris.brezillon@free-elect

View Article

[PATCH v4 16/52] mtd: nand: use mtd_set_ecclayout() where appropriate

Use the mtd_set_ecclayout() helper instead of directly assigning the mtd->ecclayout field. Signed-off-by: Boris Brezillon <boris.brezillon@free-elect

View Article
Browsing all 165258 articles
Browse latest View live




Latest Images