Re: [PATCH v8 0/2] Imagination Technologies PWM support
From: Thierry Reding <hidden>
Date: 2015-01-30 10:26:20
Also in:
linux-pwm, lkml
Attachments
- (unnamed) [application/pgp-signature] 819 bytes
From: Thierry Reding <hidden>
Date: 2015-01-30 10:26:20
Also in:
linux-pwm, lkml
On Fri, Jan 30, 2015 at 09:50:46AM +0000, Andrew Bresticker wrote:
quoted
Also you're making it especially difficult to build-test by not providing even the basic bits of your SoC support first. All even linux-next seems to have for the Pistachio SoC is the addition of a compatible string to the dw-mmc driver. I'll take the PWM driver, but I'll assume that you'll eventually have more pieces available, in which case I'd appreciate a note so I can update my build scripts.FYI, I'm hoping to post Pistachio platform support for 3.21.
That'd be great. I can switch over to a proper defconfig then and not
jump through extra hoops to build test patches.
Also, I'm seeing a bunch of weird errors from building MIPS, mostly
things like this:
CC net/ipv4/netfilter/arp_tables.mod.o
{standard input}: Assembler messages:
{standard input}: Warning: .gnu_attribute 4,3 requires `softfloat'
or this later on:
mips-linux-gnu-ld: Warning: vmlinuz uses -mhard-float (set by arch/mips/boot/compressed/head.o), arch/mips/boot/compressed/decompress.o uses -msoft-float
This is essentially a gpr_defconfig (because it select MIPS_ALCHEMY,
which in turns pulls in COMMON_CLK that PWM_IMG depends on) and then
enabling MFD_SYSCON on top so that all dependencies are met.
What am I doing wrong?
Thierry