<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/include/linux/mtd, branch v2.6.15</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v2.6.15</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v2.6.15'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2005-12-19T00:28:24Z</updated>
<entry>
<title>[PATCH] mtd onenand driver: reduce stack usage</title>
<updated>2005-12-19T00:28:24Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2005-12-16T02:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=532a37cf8d05dd1aa5631be836036204b0d2b4a1'/>
<id>urn:sha1:532a37cf8d05dd1aa5631be836036204b0d2b4a1</id>
<content type='text'>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] mtd onenand driver: check correct manufacturer</title>
<updated>2005-12-19T00:28:23Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2005-12-16T02:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=37b1cc3910f7976369fc0ed55068a686e92555e6'/>
<id>urn:sha1:37b1cc3910f7976369fc0ed55068a686e92555e6</id>
<content type='text'>
This (and the three subsequent patches) is working well on OMAP H4 with
2.6.15-rc4 kernel and passes the LTP fs test.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[MTD] CFI: Use 16-bit access to autoselect/read device id data</title>
<updated>2005-11-29T18:27:24Z</updated>
<author>
<name>Todd Poynor</name>
<email>tpoynor@mvista.com</email>
</author>
<published>2005-11-15T23:28:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=987d24018dc83d27e491674c50ff2272f51eb719'/>
<id>urn:sha1:987d24018dc83d27e491674c50ff2272f51eb719</id>
<content type='text'>
Recent models of Intel/Sharp and Spansion CFI flash now have significant
bits in the upper byte of device ID codes, read via what Spansion calls
"autoselect" and Intel calls "read device identifier".  Currently these
values are truncated to the low 8 bits in the mtd data structures, as
all CFI read query info has previously been read one byte at a time.
Add a new method for reading 16-bit info, currently just manufacturer
and device codes; datasheets hint at future uses for upper bytes in
other fields.

Signed-off-by: Todd Poynor &lt;tpoynor@mvista.com&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason</title>
<updated>2005-11-09T15:55:57Z</updated>
<author>
<name>Olaf Hering</name>
<email>olh@suse.de</email>
</author>
<published>2005-11-09T05:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=733482e445ca4450cf41381b1c95e2b8c7145114'/>
<id>urn:sha1:733482e445ca4450cf41381b1c95e2b8c7145114</id>
<content type='text'>
This patch removes almost all inclusions of linux/version.h.  The 3
#defines are unused in most of the touched files.

A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
unfortunatly in linux/version.h.

There are also lots of #ifdef for long obsolete kernels, this was not
touched.  In a few places, the linux/version.h include was move to where
the LINUX_VERSION_CODE was used.

quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`

search pattern:
/UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h

Signed-off-by: Olaf Hering &lt;olh@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[MTD] includes: Clean up trailing white spaces</title>
<updated>2005-11-07T13:32:58Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2005-11-07T11:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=61ecfa8777d0bc8e33dc0e5c2cca9b3247da2d37'/>
<id>urn:sha1:61ecfa8777d0bc8e33dc0e5c2cca9b3247da2d37</id>
<content type='text'>
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>[MTD] Don't let gcc inline functions marked __xipram</title>
<updated>2005-11-06T22:12:57Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2005-10-17T21:03:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=fb0258730ad554db531f12fc1c3d5a5234fe52a4'/>
<id>urn:sha1:fb0258730ad554db531f12fc1c3d5a5234fe52a4</id>
<content type='text'>
If they get inlined into non __xipram functions we're screwed.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: Enhanced support for DDP (Dual Densitiy Packages)</title>
<updated>2005-11-06T21:59:48Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2005-09-29T03:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=83a368380e172c1b2e9fd6ec2a62e457684adf0c'/>
<id>urn:sha1:83a368380e172c1b2e9fd6ec2a62e457684adf0c</id>
<content type='text'>
Add density mask for better support of DDP chips.

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: Power Management (PM) support</title>
<updated>2005-11-06T21:42:28Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2005-09-29T02:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=a41371eb6d9b368e53867cd85156f07371e9f72f'/>
<id>urn:sha1:a41371eb6d9b368e53867cd85156f07371e9f72f</id>
<content type='text'>
Add suspend/resume

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>[MTD] OneNAND: Add missing files</title>
<updated>2005-11-06T21:39:23Z</updated>
<author>
<name>Kyungmin Park</name>
<email>kyungmin.park@samsung.com</email>
</author>
<published>2005-09-27T10:26:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=87590e26ff4e7d57dfdaa81780b1b0d9e9970a4c'/>
<id>urn:sha1:87590e26ff4e7d57dfdaa81780b1b0d9e9970a4c</id>
<content type='text'>
Simple bad block table source and header files

Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
<entry>
<title>[MTD] NAND: Add suspend/resume functionality</title>
<updated>2005-11-06T20:43:45Z</updated>
<author>
<name>Vitaly Wool</name>
<email>vwool@ru.mvista.com</email>
</author>
<published>2005-09-15T13:58:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=962034f43937d02a1c18e802a6641aed0a266ac5'/>
<id>urn:sha1:962034f43937d02a1c18e802a6641aed0a266ac5</id>
<content type='text'>
The changes introduced allow to suspend/resume NAND flash.
A new state (FL_PM_SUSPENDED) is introduced, as well as
routines for mtd-&gt;suspend and mtd-&gt;resume to put the flash in
suspended state from software pov.

Signed-off-by: Vitaly Wool &lt;vwool@ru.mvista.com&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
</content>
</entry>
</feed>
