Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
23a88108cf6d5fa8073a3b2af804fff7305e86e3
/
arch
/
blackfin
/
mach-bf537
0db5d10
[Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspace
by Mike Frysinger
· 17 years ago
cad2ab6
[Blackfin] arch: add board resources for new simple-gpio char driver
by Mike Frysinger
· 17 years ago
edf0564
[Blackfin] arch: fix bug - set right partition size in the board files
by Mike Frysinger
· 17 years ago
6e66893
[Blackfin] arch: Encourage users to use the spidev character driver: Provide platform support
by Michael Hennerich
· 17 years ago
0a87e3e
Rename: linux/pata_platform.h to linux/ata_platform.h
by Jeff Garzik
· 17 years ago
de8c43f
[Blackfin] arch: use common flash driver to setup partitions rather than the bf5xx-flash driver
by Mike Frysinger
· 17 years ago
a628a8b
[Blackfin] arch: Update copyright date
by Michael Hennerich
· 17 years ago
acbcd26
[Blackfin] arch: Fix BUG gpio_direction_output API is not compatitable with GENERIC_GPIO API interface
by Michael Hennerich
· 17 years ago
43f73fe
[Blackfin] arch: pull in linux/etherdevice.h for random_ether_addr() used in bfin_get_ether_addr()
by Mike Frysinger
· 17 years ago
7285846
[Blackfin] arch: disable bfin_get_ether_addr fucntion for boards when do not use MAC driver
by Martin Strubel
· 17 years ago
471b9a6
[Blackfin] arch: added Minotaur BSP
by Martin Strubel
· 17 years ago
2463ef2
[Blackfin] arch: replace current blackfin specific pfbutton driver with kernel generic gpio key driver
by Michael Hennerich
· 17 years ago
0d4a89b
[Blackfin] arch: add Hitachi TX09D70VM1CDA TFT LCD driver resource to Blackfin board
by Michael Hennerich
· 17 years ago
233b28a
Blackfin arch: fix bug when enable uart1 with uart0 disabled => no initial console
by Sonic Zhang
· 17 years ago
561cc18
Blackfin arch: add AXIS AX88180 Gigabit Ethernet Hardware and Driver to board files
by Michael Hennerich
· 17 years ago
c7d4896
Blackfin arch: Dont use cs_change_per_word, since the AD7877 driver doesnt require it anymore; fix bus numbers, fix typos
by Michael Hennerich
· 17 years ago
f02bcec
Blackfin arch: relocate linux/usb_isp1362.h to linux/usb/isp1362.h like in newer linux trees
by Mike Frysinger
· 17 years ago
9862cc5
Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since this is not BF537 specific and to better match other Blackfin-specific conventions
by Mike Frysinger
· 17 years ago
137b152
Blackfin arch: sharing the board-specific MAC function does not make sense so move it into board-specific files
by Mike Frysinger
· 17 years ago
4f25eb8
Blackfin arch: split board selection off into mach subdirs
by Mike Frysinger
· 17 years ago
5d448dd
Blackfin arch: move hard coded pin_req to board file
by Bryan Wu
· 17 years ago
64e5c51
Blackfin arch: fix libata data struct member from irq_type to irq_flags
by Mike Frysinger
· 17 years ago
111cf97
Blackfin arch: Fix bug set correct baud for spi mmc and enable SPI after DMA.
by Sonic Zhang
· 17 years ago
8ecc736
Blackfin arch: fix bug BlueTechnix CM-BF537 board config uses wrong IRQ for net2272 driver
by Michael Hennerich
· 17 years ago
066954a
Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
by Mike Frysinger
· 17 years ago
27f5d75
USB: re-remove <linux/usb_sl811.h>
by David Brownell
· 17 years ago
337d390
Blackfin arch: Print out debug info, as early as possible
by Robin Getz
· 17 years ago
eabb5a5
Blackfin arch: Remove legacy support
by Michael Hennerich
· 17 years ago
168f121
Blackfin arch: rewrite our reboot code in C
by Mike Frysinger
· 17 years ago
f0b5d12
Blackfin arch: allow people to select the feature that is unavailable to the kernel
by Mike Frysinger
· 17 years ago
518039b
Blackfin arch: Add ability to expend the hardware trace buffer
by Robin Getz
· 17 years ago
f16295e
Blackfin arch: Fix CCLK and SCLK checks
by Robin Getz
· 17 years ago
e208f83
Blackfin arch: use HI/LO macros rather than masking the bit ranges ourselves
by Mike Frysinger
· 17 years ago
1aafd90
Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines
by Mike Frysinger
· 17 years ago
c6c4d7b
Blackfin arch: update platform driver resource information to all board files
by Bryan Wu
· 17 years ago
f40d24d
Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-level io routines
by Alex Landau
· 17 years ago
1f83b8f
Blackfin arch: cleanup warnings from checkpatch -- no functional changes
by Mike Frysinger
· 17 years ago
669b792
Blackfin arch: Clean up trace buffer handling, No major functional changes.
by Robin Getz
· 17 years ago
24a07a1
Blackfin arch: initial supporting for BF548-EZKIT
by Roy Huang
· 17 years ago
52a0781
Blackfin arch: move more of our startup code to .init so it can be freed once we are up and running
by Mike Frysinger
· 18 years ago
83a5c3e
Blackfin arch: unify differences between our diff head.S files -- no functional changes
by Mike Frysinger
· 18 years ago
d2d50aa
Blackfin arch: spelling fixes
by Simon Arlott
· 18 years ago
c09c4e0
Blackfin arch: make sure we use local labels
by Mike Frysinger
· 18 years ago
5079df9
Blackfin arch: document why we have to touch the UART peripheral in our boot up code
by Mike Frysinger
· 18 years ago
ef9256d
Blackfin arch: issue reset via SWRST so we dont clobber the watchdog state
by Mike Frysinger
· 18 years ago
30870b9
Blackfin arch: dont clear status register bits in SWRST so we can actually use it
by Mike Frysinger
· 18 years ago
6dae211
Blackfin arch: fix a few random warnings
by Mike Frysinger
· 18 years ago
1394f03
blackfin architecture
by Bryan Wu
· 18 years ago