[PATCH] mtd: Expose partition offset to the drivers

Ricardo Ribalda Delgado ricardo.ribalda at gmail.com
Mon Feb 2 11:33:32 PST 2015


Hello

On Mon, Feb 2, 2015 at 8:17 PM, Richard Weinberger
<richard.weinberger at gmail.com> wrote:
> On Mon, Feb 2, 2015 at 5:22 PM, Ricardo Ribalda Delgado
>
> Can you please also send a patch which shows the usage of this new function
> by a driver?

It is currently out of tree, but here you can see the relevant code:

mtd_offset=mtd_get_device_offset(mtd);
put_mtd_device(mtd);
if (do_jmp){
    ret=qt5023_hwicap_reset(head,mtd_offset);
    if (ret){
        dev_err(&head->pci_dev->dev,"error: Failed to jump to new bitfile\n");
        vfree(buffer);
        release_firmware(firmware);
        return -EIO;
    }
    qt5023_spi_restart(head);
}

Thanks

-- 
Ricardo Ribalda



More information about the linux-mtd mailing list