<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/mtd, branch tegra-9.12.13</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>kernel:Fixing Kernel Compilation warnings.</title>
<updated>2010-06-02T15:52:11+00:00</updated>
<author>
<name>Sachin Nikam</name>
<email>snikam@nvidia.com</email>
</author>
<published>2010-06-01T07:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=38a9d99c28da41805ebde7f85f4c0d377684da4e'/>
<id>38a9d99c28da41805ebde7f85f4c0d377684da4e</id>
<content type='text'>
Warnings like:
assignment from incompatible poiner type
initialization from incompatible poiner type

Bug 682070

Change-Id: Ia79b13a5a46ca884d333a971cff167da8cd89c40
Reviewed-on: http://git-master/r/1903
Reviewed-by: Venu Byravarasu &lt;vbyravarasu@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: Gary King &lt;gking@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warnings like:
assignment from incompatible poiner type
initialization from incompatible poiner type

Bug 682070

Change-Id: Ia79b13a5a46ca884d333a971cff167da8cd89c40
Reviewed-on: http://git-master/r/1903
Reviewed-by: Venu Byravarasu &lt;vbyravarasu@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: Gary King &lt;gking@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>warnings: Cleaning up compilation warnings from tegra code</title>
<updated>2010-05-13T02:40:40+00:00</updated>
<author>
<name>Sachin Nikam</name>
<email>snikam@nvidia.com</email>
</author>
<published>2010-05-12T07:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f08aaa2cefd32204ab8c0010454756a34df06c52'/>
<id>f08aaa2cefd32204ab8c0010454756a34df06c52</id>
<content type='text'>
Bug 682070

warnings like:
- defined but not used
- unused variable
- format type
- control reaches to the end of non-void function

Image builds and boots properly after these changes.
Change-Id: I91578a9684b42fcf9652cf76e492f1020194e6e6
Reviewed-on: http://git-master/r/1339
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: Gary King &lt;gking@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug 682070

warnings like:
- defined but not used
- unused variable
- format type
- control reaches to the end of non-void function

Image builds and boots properly after these changes.
Change-Id: I91578a9684b42fcf9652cf76e492f1020194e6e6
Reviewed-on: http://git-master/r/1339
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: Gary King &lt;gking@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra pm: nand suspend/resume support</title>
<updated>2010-02-01T10:54:01+00:00</updated>
<author>
<name>Bitan Biswas</name>
<email>bbiswas@nvidia.com</email>
</author>
<published>2010-01-27T14:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3e32c9c3d75819a35387b11f19d8a51c5d6be0cb'/>
<id>3e32c9c3d75819a35387b11f19d8a51c5d6be0cb</id>
<content type='text'>
suspend/resume APIs defined for Nand

Bug 635299

Tested on : harmony. suspend/resume calls success.

Change-Id: I6c962dd771903edd389aa50ec24e173da57ce93a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
suspend/resume APIs defined for Nand

Bug 635299

Tested on : harmony. suspend/resume calls success.

Change-Id: I6c962dd771903edd389aa50ec24e173da57ce93a
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra nand: remove unnecessary wake lock from nand driver</title>
<updated>2010-01-10T07:19:04+00:00</updated>
<author>
<name>Mayuresh Kulkarni</name>
<email>mkulkarni@nvidia.com</email>
</author>
<published>2010-01-10T07:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=92e262d1d495b68d81922163390e1cf1da273ad7'/>
<id>92e262d1d495b68d81922163390e1cf1da273ad7</id>
<content type='text'>
NAND driver was always taking a wake lock before any transaction
which is not needed. Hence removing it.

Change-Id: Ibd96432d79cf304e711453845708ed9bf268899e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NAND driver was always taking a wake lock before any transaction
which is not needed. Hence removing it.

Change-Id: Ibd96432d79cf304e711453845708ed9bf268899e
</pre>
</div>
</content>
</entry>
<entry>
<title>nand: add clock suspend/resume on every transfer to tegra MTD driver</title>
<updated>2009-12-17T03:27:42+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2009-12-16T23:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=43bf0fa053c518a27871b38b725066736a4f4525'/>
<id>43bf0fa053c518a27871b38b725066736a4f4525</id>
<content type='text'>
for power savings, only leave the clock to the NAND controller enabled when
a transfer is in process on tegra.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for power savings, only leave the clock to the NAND controller enabled when
a transfer is in process on tegra.
</pre>
</div>
</content>
</entry>
<entry>
<title>MTD: include tegra_devices.h in tegra NAND driver for NV_DEBUG definition</title>
<updated>2009-12-16T03:51:36+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2009-12-16T01:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c9af9601ddfff84fdb0646fc14231cf721318bda'/>
<id>c9af9601ddfff84fdb0646fc14231cf721318bda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: add Tegra NAND controller driver</title>
<updated>2009-12-11T00:06:29+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2009-12-10T04:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=50d242b91c48c2584504ded761c1da4b5b4614f0'/>
<id>50d242b91c48c2584504ded761c1da4b5b4614f0</id>
<content type='text'>
adds an MTD-class driver for Tegra's internal NAND controller based on
the NvDdk, NvRm and NvOs APIs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adds an MTD-class driver for Tegra's internal NAND controller based on
the NvDdk, NvRm and NvOs APIs
</pre>
</div>
</content>
</entry>
<entry>
<title>[MTD] fix use after free in register_mtd_blktrans</title>
<updated>2009-12-08T01:11:27+00:00</updated>
<author>
<name>Marcin Slusarz</name>
<email>marcin.slusarz@gmail.com</email>
</author>
<published>2009-03-28T17:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0cfb6de5d9247357e77c2d90ef8d8ed9d3f64479'/>
<id>0cfb6de5d9247357e77c2d90ef8d8ed9d3f64479</id>
<content type='text'>
Reported-by: Dan Carpenter &lt;error27@gmail.com&gt;
Cc: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Marcin Slusarz &lt;marcin.slusarz@gmail.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Dan Carpenter &lt;error27@gmail.com&gt;
Cc: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Marcin Slusarz &lt;marcin.slusarz@gmail.com&gt;
Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'arm/2.6.28-arm' into android-tegra-2.6.29</title>
<updated>2009-12-08T00:18:05+00:00</updated>
<author>
<name>Gary King</name>
<email>gking@nvidia.com</email>
</author>
<published>2009-12-08T00:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bb11d46b72a4a2b53f890faa970a380cf0084bf2'/>
<id>bb11d46b72a4a2b53f890faa970a380cf0084bf2</id>
<content type='text'>
Conflicts:
	MAINTAINERS
	arch/arm/Kconfig
	arch/arm/Makefile
	arch/arm/boot/compressed/head.S
	arch/arm/common/Makefile
	arch/arm/configs/realview-smp_defconfig
	arch/arm/configs/realview_defconfig
	arch/arm/configs/versatile_defconfig
	arch/arm/include/asm/elf.h
	arch/arm/include/asm/uaccess.h
	arch/arm/kernel/module.c
	arch/arm/kernel/signal.c
	arch/arm/mach-realview/Kconfig
	arch/arm/mach-realview/Makefile
	arch/arm/mach-realview/core.c
	arch/arm/mach-realview/core.h
	arch/arm/mach-realview/include/mach/board-pba8.h
	arch/arm/mach-realview/include/mach/debug-macro.S
	arch/arm/mach-realview/include/mach/hardware.h
	arch/arm/mach-realview/include/mach/irqs.h
	arch/arm/mach-realview/include/mach/memory.h
	arch/arm/mach-realview/include/mach/uncompress.h
	arch/arm/mach-realview/localtimer.c
	arch/arm/mach-realview/platsmp.c
	arch/arm/mach-realview/realview_eb.c
	arch/arm/mach-realview/realview_pb1176.c
	arch/arm/mach-realview/realview_pb11mp.c
	arch/arm/mach-realview/realview_pba8.c
	arch/arm/mm/Kconfig
	arch/arm/mm/copypage-v6.c
	arch/arm/mm/dma-mapping.c
	arch/arm/mm/proc-v7.S
	arch/arm/oprofile/op_model_mpcore.c
	arch/arm/tools/mach-types
	arch/arm/vfp/vfpmodule.c
	drivers/mtd/maps/integrator-flash.c
	drivers/net/smsc911x.c
	drivers/net/smsc911x.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	MAINTAINERS
	arch/arm/Kconfig
	arch/arm/Makefile
	arch/arm/boot/compressed/head.S
	arch/arm/common/Makefile
	arch/arm/configs/realview-smp_defconfig
	arch/arm/configs/realview_defconfig
	arch/arm/configs/versatile_defconfig
	arch/arm/include/asm/elf.h
	arch/arm/include/asm/uaccess.h
	arch/arm/kernel/module.c
	arch/arm/kernel/signal.c
	arch/arm/mach-realview/Kconfig
	arch/arm/mach-realview/Makefile
	arch/arm/mach-realview/core.c
	arch/arm/mach-realview/core.h
	arch/arm/mach-realview/include/mach/board-pba8.h
	arch/arm/mach-realview/include/mach/debug-macro.S
	arch/arm/mach-realview/include/mach/hardware.h
	arch/arm/mach-realview/include/mach/irqs.h
	arch/arm/mach-realview/include/mach/memory.h
	arch/arm/mach-realview/include/mach/uncompress.h
	arch/arm/mach-realview/localtimer.c
	arch/arm/mach-realview/platsmp.c
	arch/arm/mach-realview/realview_eb.c
	arch/arm/mach-realview/realview_pb1176.c
	arch/arm/mach-realview/realview_pb11mp.c
	arch/arm/mach-realview/realview_pba8.c
	arch/arm/mm/Kconfig
	arch/arm/mm/copypage-v6.c
	arch/arm/mm/dma-mapping.c
	arch/arm/mm/proc-v7.S
	arch/arm/oprofile/op_model_mpcore.c
	arch/arm/tools/mach-types
	arch/arm/vfp/vfpmodule.c
	drivers/mtd/maps/integrator-flash.c
	drivers/net/smsc911x.c
	drivers/net/smsc911x.h
</pre>
</div>
</content>
</entry>
<entry>
<title>mtd: nand_base: fix nand_panic_wait</title>
<updated>2009-10-08T00:25:51+00:00</updated>
<author>
<name>Tom Zhu</name>
<email>a2289c@android-hal-04.(none)</email>
</author>
<published>2009-10-03T23:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ac716cdc1d50366f6d628a6d9cb6d8cb9f91dffe'/>
<id>ac716cdc1d50366f6d628a6d9cb6d8cb9f91dffe</id>
<content type='text'>
fix the problem of nand_panic_wait

Signed-off-by: Tom Zhu &lt;a2289c@android-hal-04.(none)&gt;
Signed-off-by: San Mehat &lt;san@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix the problem of nand_panic_wait

Signed-off-by: Tom Zhu &lt;a2289c@android-hal-04.(none)&gt;
Signed-off-by: San Mehat &lt;san@google.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
