Thanks for all the suggestions and Comments!
In the system, the total memory size is less than 4GB. I want to know how to
map the 3GB pci address to the kernel ,
and how can my driver access all the pci device. Usually we have only 1GB
kernel address, minus the 896MB
for memory map, we can onl
On Fri, Dec 12, 2008 at 01:39:45PM -0800, Trent Piepho wrote:
> On Fri, 12 Dec 2008, Anton Vorontsov wrote:
> > On Fri, Dec 12, 2008 at 11:59:13AM -0500, Steven A. Falco wrote:
> >> What do you think about having a mechanism to specify that some
> >> SPI slaves have a chip select, while others don'
On Fri, 2008-12-12 at 13:05 +0100, Andreas Schwab wrote:
> Johannes Berg writes:
>
> > After upgrading to -rc8 yesterday my powerbook started up today with the
> > screen totally garbled, only occasionally was a word readable.
>
> Try 6c34bc2976b30dc8b56392c020e25bae1f363cab (Revert "radeonfb:
>
On Fri, 2008-12-12 at 10:49 -0600, Ayman El-Khashab wrote:
> I am using the ppc460ex as an endpoint and I see that the mentioned
> function setups a 32Mb
> window at address 0 in sdram. what i want is some memory that the
> host can read/write to.
> But the 32Mb that are already mapped at the bott
On Fri, 12 Dec 2008, Anton Vorontsov wrote:
> On Fri, Dec 12, 2008 at 11:59:13AM -0500, Steven A. Falco wrote:
>> What do you think about having a mechanism to specify that some
>> SPI slaves have a chip select, while others don't have to have a
>> chip select managed by the SPI subsystem?
>
> Um..
On Fri, 12 Dec 2008, Kumar Gala wrote:
> On Dec 12, 2008, at 3:04 AM, Trent Piepho wrote:
>> On Thu, 11 Dec 2008, Kumar Gala wrote:
>> > On Dec 11, 2008, at 10:07 PM, Trent Piepho wrote:
>> > > On Thu, 11 Dec 2008, Kumar Gala wrote:
>> > > > The 36-bit support is current (in tree) in complete. Wor
jeff angielski wrote:
I am looking to upgrade an old mpc8260 board from 2.4 to 2.6.x and was
looking for a reference to port against. However, I cannot find any
reference to 8260 in the dts files in kernel.org or the DENX kernel.
Is anybody using the latest 2.6.x with the 8260s? After the swit
I am looking to upgrade an old mpc8260 board from 2.4 to 2.6.x and was
looking for a reference to port against. However, I cannot find any
reference to 8260 in the dts files in kernel.org or the DENX kernel.
Is anybody using the latest 2.6.x with the 8260s? After the switch to
the dts implement
On Fri, 2008-12-12 at 16:00 +0100, Andreas Schwab wrote:
> Johannes Berg writes:
>
> > On Fri, 2008-12-12 at 13:05 +0100, Andreas Schwab wrote:
> >> Johannes Berg writes:
> >>
> >> > After upgrading to -rc8 yesterday my powerbook started up today with the
> >> > screen totally garbled, only occ
Commit d015fe995 'powerpc/cell/axon-msi: Retry on missing interrupt'
has turned a rare failure to kexec on QS22 into a reproducible
error, which we have now analysed.
The problem is that after a kexec, the MSIC hardware still points
into the middle of the old ring buffer. We set up the ring buffer
Anton Vorontsov wrote:
> On Fri, Dec 12, 2008 at 11:59:13AM -0500, Steven A. Falco wrote:
>> Anton Vorontsov wrote:
>>> On Fri, Dec 12, 2008 at 09:22:02AM -0500, Steven A. Falco wrote:
This patch adds a dummy GPIO driver, which is useful for SPI devices
that do not have a physical chip se
On Fri, Dec 12, 2008 at 11:59:13AM -0500, Steven A. Falco wrote:
> Anton Vorontsov wrote:
> > On Fri, Dec 12, 2008 at 09:22:02AM -0500, Steven A. Falco wrote:
> >> This patch adds a dummy GPIO driver, which is useful for SPI devices
> >> that do not have a physical chip select.
> >
> > Hm. Then yo
Kumar Gala wrote:
On Dec 12, 2008, at 3:04 AM, Trent Piepho wrote:
On Thu, 11 Dec 2008, Kumar Gala wrote:
On Dec 11, 2008, at 10:07 PM, Trent Piepho wrote:
Don't the ATMU windows in the pcie controller serve as a IOMMU, making
swiotlb
unnecessary and wasteful?
Nope. You have no way to tel
Anton Vorontsov wrote:
> On Fri, Dec 12, 2008 at 09:22:02AM -0500, Steven A. Falco wrote:
>> This patch adds a dummy GPIO driver, which is useful for SPI devices
>> that do not have a physical chip select.
>
> Hm. Then you don't need a chip-select, and SPI driver must understand
> this case. When
Hi!
Reading of "powerbook VT garbled between rc7 and rc8" by
Johannes Berg reminded me of my own graphics problem with the X.org radeon
driver when connected to a TFT panel using the DVI connector.
The symtom: after initial X video initialization the screen flickers red. This
red flickering g
I am using the ppc460ex as an endpoint and I see that the mentioned
function setups a 32Mb
window at address 0 in sdram. what i want is some memory that the host
can read/write to.
But the 32Mb that are already mapped at the bottom of ram, so it would
not be good do writes
to those addresses. Am
On Fri, Dec 12, 2008 at 09:22:02AM -0500, Steven A. Falco wrote:
> This patch adds a dummy GPIO driver, which is useful for SPI devices
> that do not have a physical chip select.
Hm. Then you don't need a chip-select, and SPI driver must understand
this case. When SPI controller has no "gpios" pro
Johannes Berg writes:
> On Fri, 2008-12-12 at 13:05 +0100, Andreas Schwab wrote:
>> Johannes Berg writes:
>>
>> > After upgrading to -rc8 yesterday my powerbook started up today with the
>> > screen totally garbled, only occasionally was a word readable.
>>
>> Try 6c34bc2976b30dc8b56392c020e25
On Fri, 2008-12-12 at 13:05 +0100, Andreas Schwab wrote:
> Johannes Berg writes:
>
> > After upgrading to -rc8 yesterday my powerbook started up today with the
> > screen totally garbled, only occasionally was a word readable.
>
> Try 6c34bc2976b30dc8b56392c020e25bae1f363cab (Revert "radeonfb:
>
This patch adds a dummy GPIO driver, which is useful for SPI devices
that do not have a physical chip select.
Signed-off-by: Steven A. Falco
---
The SPI subsystem requires a chip-select for each connected slave
device. I have a custom board with an Atmel "co-processor". This part
is reprogramme
On Dec 12, 2008, at 3:04 AM, Trent Piepho wrote:
On Thu, 11 Dec 2008, Kumar Gala wrote:
On Dec 11, 2008, at 10:07 PM, Trent Piepho wrote:
On Thu, 11 Dec 2008, Kumar Gala wrote:
On Dec 11, 2008, at 6:04 AM, maillist.kernel wrote:
In the system, the total PCI address needed is about 3GB, so I
Johannes Berg writes:
> After upgrading to -rc8 yesterday my powerbook started up today with the
> screen totally garbled, only occasionally was a word readable.
Try 6c34bc2976b30dc8b56392c020e25bae1f363cab (Revert "radeonfb:
accelerate imageblit and other improvements").
Andreas.
--
Andreas
Hi,
After upgrading to -rc8 yesterday my powerbook started up today with the
screen totally garbled, only occasionally was a word readable. I also
tried adding radeonfb=accel_cexp to the command line but that changed
nothing. Also, once I was in X, it seemingly worked fine, but then I
opened up a
On Thu, 2008-12-11 at 12:53 +, David Howells wrote:
> Rename PowerPC's struct vm_region so that I can introduce my own global
> version
> for NOMMU. It's feasible that the PowerPC version may wish to use my global
> one instead.
>
> The NOMMU vm_region struct defines areas of the physical me
On Thu, 11 Dec 2008, Kumar Gala wrote:
> On Dec 11, 2008, at 10:07 PM, Trent Piepho wrote:
>> On Thu, 11 Dec 2008, Kumar Gala wrote:
>> > On Dec 11, 2008, at 6:04 AM, maillist.kernel wrote:
>> > > In the system, the total PCI address needed is about 3GB, so I want to
>> > > know
>> > > how to supp
25 matches
Mail list logo