From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Wed, 30 Dec 2015 15:36:31 +0530 Subject: [U-Boot] [PATCH v2 8/8] sf: Fix few naming convension for read modes In-Reply-To: <1451382594-29532-9-git-send-email-jteki@openedev.com> References: <1451382594-29532-1-git-send-email-jteki@openedev.com> <1451382594-29532-9-git-send-email-jteki@openedev.com> Message-ID: <5683ACA7.9010403@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 29 December 2015 03:19 PM, Jagan Teki wrote: > spi_read_cmds => read_mode > e_rd_cmd => flash_read > spi_read_cmds_array => flash_read_cmd > > All these are flash specific notation used in spi_flash > core hence renamed to proper naming convensions related > to flash. $sub and commit: s/convension/convention Regards Mugunthan V N