[PATCH] m25p80: Add support of Macronix SPI flash

2012-10-10 Thread jimkuo
Hello, I'm an engineer of Macronix. I just verified our serial nor flashes with Linux m25p80 driver. Could you please commit the changes to next version of Linux? I replace the old JEDEC id with our new product's. Two of our products have different page size, so I add the "if statement" before pa

[PATCH v2] m25p80: Add support of Macronix SPI flash

2012-10-18 Thread jimkuo
Hello, I'm an engineer of Macronix. I have sent you a m25p80 patch few weeks ago. This is an update version of that one. I replaced the old jedec id with our new product's. And add "write enable" feature to our chips. Two of our products have different page size, so I add an "if statement" before

[PATCH 1/1] m25p80: add JEDEC id and reset SR for Macronix devices

2013-01-03 Thread jimkuo
From: Mike Lavender The following modification is based on Linux-3.8-rc1. I changed and added some JEDEC id of Macronix devices to "m25p_ids" array. And I set status register to 0 at startup time for using some type of Macronix device. Signed-off-by: Jim Kuo --- diff -uprN a/drivers/mtd/devices