From: Shreenidhi Shedi <yesshedi@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 1/6] microblaze: Use default implementation from include/linux/io.h
Date: Sat, 30 Jun 2018 03:21:38 +0530 [thread overview]
Message-ID: <20180629215143.3975-2-yesshedi@gmail.com> (raw)
In-Reply-To: <20180629215143.3975-1-yesshedi@gmail.com>
Signed-off-by: Shreenidhi Shedi <yesshedi@gmail.com>
---
Changes in v1:
- Removed few macros which aren't needed anymore
- Few cosmetic changes
- Converted Xilinx Axi Watchdog driver to driver model
arch/microblaze/include/asm/io.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h
index c7516a47e8..26a437c248 100644
--- a/arch/microblaze/include/asm/io.h
+++ b/arch/microblaze/include/asm/io.h
@@ -120,9 +120,6 @@ io_outsl (unsigned long port, const void *src, unsigned long count)
#define insw(a,b,l) io_insw(a,b,l)
#define insl(a,b,l) io_insl(a,b,l)
-
-#define iounmap(addr) ((void)0)
-#define ioremap(physaddr, size) (physaddr)
#define ioremap_nocache(physaddr, size) (physaddr)
#define ioremap_writethrough(physaddr, size) (physaddr)
#define ioremap_fullcache(physaddr, size) (physaddr)
--
2.17.1
next prev parent reply other threads:[~2018-06-29 21:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-29 21:51 [U-Boot] [PATCH v1 0/6] This patch series contains the the changes related to Shreenidhi Shedi
2018-06-29 21:51 ` Shreenidhi Shedi [this message]
2018-07-11 8:12 ` [U-Boot] [PATCH v1 1/6] microblaze: Use default implementation from include/linux/io.h Michal Simek
2018-06-29 21:51 ` [U-Boot] [PATCH v1 2/6] microblaze: Guard do_reset by CONFIG_SYSRESET Shreenidhi Shedi
2018-07-11 8:13 ` Michal Simek
2018-06-29 21:51 ` [U-Boot] [PATCH v1 3/6] microblaze: Cosmetic changes in Microblaze related files Shreenidhi Shedi
2018-07-11 8:14 ` Michal Simek
2018-06-29 21:51 ` [U-Boot] [PATCH v1 4/6] microblaze: Delete Xilinx watchdog related macros Shreenidhi Shedi
2018-07-11 8:15 ` Michal Simek
2018-06-29 21:51 ` [U-Boot] [PATCH v1 5/6] microblaze: Support for watchdog_reset in Microblaze init Shreenidhi Shedi
2018-07-11 14:29 ` Michal Simek
2018-06-29 21:51 ` [U-Boot] [PATCH v1 6/6] watchdog: Convert Xilinx Axi watchdog driver to driver model Shreenidhi Shedi
2018-07-11 14:24 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180629215143.3975-2-yesshedi@gmail.com \
--to=yesshedi@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox