25 Jun, 2008
1 commit
- 
The dm9000 driver accepts either 2 or 3 resources to describe the platform
devices. The 2 resources case abuses the ioresource mechanism by passing
ioremap()ed memory through the platform device resources. This patch removes
converts boards that were using it to the 3 resources scheme.CC: Bryan Wu
Signed-off-by: Ben Dooks
Signed-off-by: Laurent Pinchart
Signed-off-by: Jeff Garzik 
07 Jun, 2008
1 commit
- 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu 
13 May, 2008
1 commit
- 
- move all kconfig board settings into board resources
- fixup casting style according to lkml feedback
- rewrite driver so that it can handle arbitrary
of instances according to the declared platform resourcesSigned-off-by: Mike Frysinger
Cc: Joern Engel
Signed-off-by: Bryan Wu 
10 May, 2008
1 commit
- 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu 
07 May, 2008
1 commit
- 
Signed-off-by: Michael Hennerich
Signed-off-by: Bryan Wu 
30 Apr, 2008
1 commit
- 
Based on earlier work by Jon Smirl and Jochen Friedrich.
Update most new-style i2c drivers to use standard module aliasing
instead of the old driver_name/type driver matching scheme. I've
left the video drivers apart (except for SoC camera drivers) as
they're a bit more diffcult to deal with, they'll have their own
patch later.Signed-off-by: Jean Delvare
Cc: Jon Smirl
Cc: Jochen Friedrich 
25 Apr, 2008
2 commits
- 
Signed-off-by: Michael Hennerich
Signed-off-by: Bryan Wu - 
- add platform device resources in board files
- add new bfin_sir.h to each machinesSigned-off-by: Graf Yang
Signed-off-by: Bryan Wu 
24 Apr, 2008
5 commits
- 
The DMA base registers are available in a global named "base_addr" for
every Blackfin variant. Give this a more descriptive name, and remove
duplicate tables from some drivers.Signed-off-by: Bernd Schmidt
Signed-off-by: Bryan Wu - 
Signed-off-by: Bernd Schmidt
Signed-off-by: Bryan Wu - 
theres no need to declare ram{end,start,base} in the head.S files
when declaring them with the other memory related variables in setup.c
is so much simpler/nicerSigned-off-by: Mike Frysinger
Signed-off-by: Bryan Wu - 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu - 
…s and include/linux/serial_reg.
Signed-off-by: Graf Yang <graf.yang@analog.com>
Cc: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org> 
23 Apr, 2008
1 commit
- 
Signed-off-by: Harvey Harrison
Cc: Mike Frysinger
Signed-off-by: Bryan Wu
Signed-off-by: Andrew MortonSigned-off-by: Bryan Wu
 
26 Mar, 2008
2 commits
- 
Signed-off-by: Bryan Wu
 - 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu 
25 Feb, 2008
2 commits
- 
…river lets you do it from userspace
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org> - 
- set default u-boot partition size to 256k
- modify the offset with the size change
- use mtd defines (append for offset and full for size)
where applicable rather than churning constants when we dont have toSigned-off-by: Grace Pan
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu 
22 Feb, 2008
1 commit
- 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu 
09 Feb, 2008
2 commits
- 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu - 
- Enable kernel generic spidev driver for blackfin SPI ADC
- spi_adc driver, document and test sample not syncedSigned-off-by: Michael Hennerich
Signed-off-by: Bryan Wu 
06 Feb, 2008
1 commit
- 
Signed-off-by: Jeff Garzik
 
02 Feb, 2008
1 commit
- 
- Buttons on the BF533-STAMP board are not inverted
- Fix spurious GPIO Interrupt caused during set irq_type for edge triggered interruptsSigned-off-by: Michael Hennerich
Signed-off-by: Bryan Wu 
27 Jan, 2008
2 commits
- 
…eneric gpio key driver
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com> - 
Signed-off-by: Javier Herrero
Signed-off-by: Bryan Wu 
24 Jan, 2008
2 commits
- 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu - 
…3 and EZKIT-BF561 boards
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
 
21 Dec, 2007
1 commit
- 
…modification in 8250.c driver for correct compilation with Blackfin
Signed-off-by: Javier Herrero <jherrero@hvsistemas.es>
Signed-off-by: Bryan Wu <bryan.wu@analog.com> 
17 Nov, 2007
1 commit
- 
i'm *reasonably* confident that this is a typo that should be fixed.
Signed-off-by: Robert P. J. Day
Signed-off-by: Bryan Wu 
15 Nov, 2007
4 commits
- 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu - 
since we have this always turned on now and dont want it off (and hasnt been an option in a while)
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu - 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu - 
Signed-off-by: Mike Frysinger
Signed-off-by: Bryan Wu 
12 Nov, 2007
1 commit
- 
Remove some sort of bloaty code, try to get these pin_req arrays built at compile-time
- move this static things to the blackfin board file
- add pin_req array to struct bfin5xx_spi_master
- tested on BF537/BF548 with SPI flashSigned-off-by: Bryan Wu
 
30 Oct, 2007
1 commit
- 
Changes:
1. The baud for spi mmc defined in board file is not used by the old
spi driver. A slower value from spi framework is used instead. In latest
bug fixing, the correct baud is use which is too high for spi MMC card.2. SPI is enabled only after DMA is started.
3. MMC detection IRQ is set to 55.
Signed-off-by: Sonic Zhang
Signed-off-by: Bryan Wu 
29 Oct, 2007
2 commits
- 
Signed-off-by: Michael Hennerich
Signed-off-by: Bryan Wu - 
Signed-off-by: Javier Herrero
Signed-off-by: Bryan Wu 
21 Oct, 2007
1 commit
- 
…per discussion on lkml as the former uses less storage
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com> 
13 Oct, 2007
1 commit
- 
* master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq:
[CPUFREQ] Don't take semaphore in cpufreq_quick_get()
[CPUFREQ] Support different families in fid/did to frequency conversion
[CPUFREQ] cpufreq_stats: misc cpuinit section annotations
[CPUFREQ] implement !CONFIG_CPU_FREQ stub for cpufreq_unregister_notifier()
[CPUFREQ] mark hotplug notifier callback as __cpuinit
[CPUFREQ] Only check for transition latency on problematic governors (kconfig fix)
[CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default
[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core
[CPUFREQ] Longhaul - Add support for PM133 northbridge
[CPUFREQ] x86: use num_online_nodes to get physical cpus numbers for 
05 Oct, 2007
1 commit
- 
Signed-off-by: Thomas Renninger
Signed-off-by: Venkatesh Pallipadi
Cc: Russell King
Cc: Bryan Wu
Cc: Andi Kleen
Cc: "Luck, Tony"
Cc: Paul Mackerras
Cc: Benjamin Herrenschmidt
Cc: Paul Mundt
Cc: "David S. Miller"
Signed-off-by: Andrew Morton
Signed-off-by: Dave Jones