From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from a.ns.miles-group.at ([95.130.255.143] helo=radon.swed.at) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YIMop-00015c-G0 for linux-mtd@lists.infradead.org; Mon, 02 Feb 2015 19:38:07 +0000 Message-ID: <54CFD1FB.5030208@nod.at> Date: Mon, 02 Feb 2015 20:37:31 +0100 From: Richard Weinberger MIME-Version: 1.0 To: Ricardo Ribalda Delgado , Richard Weinberger Subject: Re: [PATCH] mtd: Expose partition offset to the drivers References: <1422894152-29362-1-git-send-email-ricardo.ribalda@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "linux-mtd@lists.infradead.org" , Brian Norris , David Woodhouse , LKML List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi! Am 02.02.2015 um 20:33 schrieb Ricardo Ribalda Delgado: > Hello > > On Mon, Feb 2, 2015 at 8:17 PM, Richard Weinberger > 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); > } Hmm, will we ever need the new function for in-tree drivers? In general we add new functions only if they have an in-tree user for it. Thanks, //richard