<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/arch/microblaze/kernel/setup.c, branch v4.2.7</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.2.7</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.2.7'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2014-06-04T05:00:00Z</updated>
<entry>
<title>microblaze: remove check for CONFIG_XILINX_CONSOLE</title>
<updated>2014-06-04T05:00:00Z</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2014-05-20T09:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8c770db925c0695af63f67161668df1dcfbe7172'/>
<id>urn:sha1:8c770db925c0695af63f67161668df1dcfbe7172</id>
<content type='text'>
There's been a check for CONFIG_XILINX_CONSOLE since v2.6.30. But the
Kconfig symbol XILINX_CONSOLE was never added. Remove this check.

And, since DUMMY_CONSOLE depends on VT, we can now drop the check for
CONFIG_VT.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Return default dma operations</title>
<updated>2014-06-04T04:59:55Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2014-05-16T10:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3b3b6853bc9502282e7f53c117a18f20f0581fd9'/>
<id>urn:sha1:3b3b6853bc9502282e7f53c117a18f20f0581fd9</id>
<content type='text'>
Return Microblaze default dma operations
and remove bus notifier which setups the same dma operations
by default when device is added to the system.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Fix missing bracket in printk</title>
<updated>2014-01-27T10:26:34Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-11-19T13:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=eae38104b2e56256930a65f0da45af98ee809f5a'/>
<id>urn:sha1:eae38104b2e56256930a65f0da45af98ee809f5a</id>
<content type='text'>
The error was introduced by the patch
"microblaze: Fix coding style issues"
(sha1: 6bd55f0bbaebb79b39e147aa864401fd0c94db82).

Error message:
arch/microblaze/kernel/setup.c: In function 'machine_early_init':
arch/microblaze/kernel/setup.c:177:3: error: 'pr_cont'
  undeclared (first use in this function)
arch/microblaze/kernel/setup.c:177:3: note: each undeclared
  identifier is reported only once for each function it appears in
arch/microblaze/kernel/setup.c:177:10: error: expected ';'
  before string constant
arch/microblaze/kernel/setup.c:177:33: error: expected statement
  before ')' token

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add support for CCF</title>
<updated>2014-01-27T10:24:55Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-12-18T16:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c1120542b99a67a620cd8a298975d76dca5a13f0'/>
<id>urn:sha1:c1120542b99a67a620cd8a298975d76dca5a13f0</id>
<content type='text'>
Add support for CCF for Microblaze.

Old binding:
system_timer: system-timer@41c00000 {
	clock-frequency = &lt;75000000&gt;;
	...
}

New binding:
system_timer: system-timer@41c00000 {
	clocks = &lt;&amp;clk_bus&gt;;
	...
}

Both should be supported for a while

Microblaze clock binding:
clocks {
	#address-cells = &lt;1&gt;;
	#size-cells = &lt;0&gt;;
	clk_bus: bus {
		#clock-cells = &lt;0&gt;;
		clock-frequency = &lt;75000000&gt;;
		clock-output-names = "bus";
		compatible = "fixed-clock";
		reg = &lt;1&gt;;
	} ;
	clk_cpu: cpu {
		#clock-cells = &lt;0&gt;;
		clock-frequency = &lt;75000000&gt;;
		clock-output-names = "cpu";
		compatible = "fixed-clock";
		reg = &lt;0&gt;;
	} ;
} ;

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Remove _fdt_start casts</title>
<updated>2014-01-21T07:28:18Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2013-11-12T19:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7746c99f031daf15eb66993ed3e556e123efd7a5'/>
<id>urn:sha1:7746c99f031daf15eb66993ed3e556e123efd7a5</id>
<content type='text'>
_fdt_start is an array, i.e. a pointer.

Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Cc: Michal Simek &lt;monstr@monstr.eu&gt;
Cc: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: clean-up prom.h implicit includes</title>
<updated>2013-10-10T01:04:03Z</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2013-09-07T19:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5c9f303e996516dd0dcc2ce8c2b95504d3137b19'/>
<id>urn:sha1:5c9f303e996516dd0dcc2ce8c2b95504d3137b19</id>
<content type='text'>
While powerpc is a mess of implicit includes by prom.h, microblaze just
copied this and is easily fixed. Add the necessary explicit includes and
remove unnecessary includes and other parts from prom.h

Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
Acked-by: Grant Likely &lt;grant.likely@linaro.org&gt;
Cc: Michal Simek &lt;monstr@monstr.eu&gt;
Cc: microblaze-uclinux@itee.uq.edu.au
Cc: netdev@vger.kernel.org
</content>
</entry>
<entry>
<title>microblaze: use early_init_dt_scan</title>
<updated>2013-10-09T16:38:13Z</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2013-08-26T15:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dc0b433526773c70a030478212f57c3f402681ae'/>
<id>urn:sha1:dc0b433526773c70a030478212f57c3f402681ae</id>
<content type='text'>
Convert microblaze to use new early_init_dt_scan function.

Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
Tested-by: Michal Simek &lt;monstr@monstr.eu&gt;
Cc: microblaze-uclinux@itee.uq.edu.au
</content>
</entry>
<entry>
<title>microblaze: timer: Use CLKSRC_OF initialization</title>
<updated>2013-09-03T09:26:52Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-08-27T09:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4bcd943ec81052db47465762bef6787b30b81978'/>
<id>urn:sha1:4bcd943ec81052db47465762bef6787b30b81978</id>
<content type='text'>
Simplify timer initialization and prepare the driver
for moving to drivers/clocksource folder.
Also remove system-timer property from binding because
the name is too generic.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Remove selfmodified feature</title>
<updated>2013-09-03T09:13:46Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2013-08-27T07:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9e77dab68496f68ccc50f47638c79f24106f0546'/>
<id>urn:sha1:9e77dab68496f68ccc50f47638c79f24106f0546</id>
<content type='text'>
This was experimental feature which has never been
widely used because it expects GCC behaviour.
Also remove INTC_BASE and TIMER_BASE macros.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Fix coding style issues</title>
<updated>2013-02-12T10:24:45Z</updated>
<author>
<name>Michal Simek</name>
<email>monstr@monstr.eu</email>
</author>
<published>2012-12-27T09:40:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6bd55f0bbaebb79b39e147aa864401fd0c94db82'/>
<id>urn:sha1:6bd55f0bbaebb79b39e147aa864401fd0c94db82</id>
<content type='text'>
Fix coding style issues reported by checkpatch.pl.

Signed-off-by: Michal Simek &lt;monstr@monstr.eu&gt;
</content>
</entry>
</feed>
