Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
20b09c2992fefbe78f8cede7b404fb143a413c52
/
arch
/
blackfin
/
mach-bf533
d307d36
tty: Blackin CTS/RTS
by Sonic Zhang
· 16 years ago
6f95570
Change hardware flow control from poll to interrupt driven
by Sonic Zhang
· 16 years ago
f3f704d
Blackfin arch: SPI_MMC is now mainlined MMC_SPI
by Michael Hennerich
· 16 years ago
7dbc3f6
Blackfin arch: add stubs for anomalies 447 and 448
by Mike Frysinger
· 16 years ago
c18e99c
Blackfin arch: update anomaly sheets to match latest public info
by Mike Frysinger
· 16 years ago
97d4b35
Blackfin arch: fix bug - Error if one serial has hardware flow control and the other doesn't
by Tom Parker
· 16 years ago
ee554be
Blackfin arch: fix compile failure when missing the anomaly definition
by Mike Frysinger
· 16 years ago
a572e21
Blackfin arch: drop untested and useless "generic" board file
by Mike Frysinger
· 16 years ago
2678479
Blackfin arch: drop CONFIG_I2C_BOARDINFO ifdefs
by Mike Frysinger
· 16 years ago
b52dae3
Blackfin arch: Fix bug - Run "reboot" hangs bf518-ezbrd
by Sonic Zhang
· 16 years ago
6ecb5b6
Blackfin arch: Enlarge flash partition for kenel for bf533/bf537 boards
by Grace Pan
· 16 years ago
e062cea
Blackfin arch: fix bug - kernel stops at initial console
by Sonic Zhang
· 16 years ago
3af8e93
Blackfin arch: fix bug - kernel crash after config IP for ethernet port
by Michael Hennerich
· 16 years ago
6ea28f0
Blackfin arch: fix bug - kernel detects BF532 incorrectly
by Robin Getz
· 16 years ago
6a01f23
Blackfin arch: merge adeos blackfin part to arch/blackfin/
by Yi Li
· 16 years ago
6651ece
Blackfin arch: update anomaly headers to match latest sheets
by Mike Frysinger
· 16 years ago
a0dcfb1
Blackfin arch: Fix bug - IrDA SIR build failed for BF533.
by Graf Yang
· 16 years ago
3d7c603
Blackfin arch: Remove wasted SIR header files
by Graf Yang
· 16 years ago
42bd8bc
Blackfin arch: Modify bfin_sir device configuration to board file
by Graf Yang
· 16 years ago
b03f203
Blackfin arch: cleanup - use scm for changelog, not file headers
by Mike Frysinger
· 16 years ago
0c720da
Blackfin arch: Retire old spi_mmc driver
by Yi Li
· 16 years ago
211daf9
Blackfin arch: rename MAX_BLACKFIN_DMA_CHANNEL to MAX_DMA_CHANNELS to match everyone else
by Mike Frysinger
· 16 years ago
dbc895f
Blackfin arch: smp patch cleanup from LKML review
by Graf Yang
· 16 years ago
983e101
Blackfin arch: gpio.h split into machine subfolders like already done for BF54x
by Michael Hennerich
· 16 years ago
73feb5c
Blackfin arch: fix bugs and unify BFIN_KERNEL_CLOCK option
by Michael Hennerich
· 16 years ago
c97618d
Blackfin arch: add simple-gpio resources to all adi/tinyboards
by Mike Frysinger
· 16 years ago
94b2821
Blackfin arch: add ANOMALY_05000435 to our headers
by Mike Frysinger
· 16 years ago
b607057
Blackfin arch: move out irq related functions
by Mike Frysinger
· 16 years ago
b1271d3
Blackfin arch: move the PORT registers down
by Mike Frysinger
· 16 years ago
53442e1
Blackfin arch: delay PLL_CTL/VR_CTL wrappers
by Mike Frysinger
· 16 years ago
fe85cad
Blackfin arch: make ADI board names consistent
by Mike Frysinger
· 16 years ago
46fa5ee
Blackfin arch: SMP supporting patchset: some other misc code
by Graf Yang
· 16 years ago
3529e04
Blackfin arch: update anomaly lists to match latest sheets
by Mike Frysinger
· 16 years ago
2563265
Blackfin arch: put quotes around error to silence a ton of warnings from gcc-4.3
by Mike Frysinger
· 16 years ago
9bebeff
Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all platforms
by Robin Getz
· 16 years ago
deffc6e
Blackfin arch: fix bug - some serial header files set RTS to an input when they should all be outputs
by Sonic Zhang
· 16 years ago
54cebc6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
by Linus Torvalds
· 16 years ago
b3ef5ab
Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART
by Graf Yang
· 16 years ago
c9607ec
Blackfin Serial Driver: move common variables out of serial headers and into the serial driver
by Mike Frysinger
· 16 years ago
71de1f8
Blackfin arch: make sure we include the fix for SPORT hysteresis when reprogramming clocks
by Robin Getz
· 16 years ago
4e8086d
Blackfin arch: update anomaly headers to match the latest sheet
by Mike Frysinger
· 16 years ago
e482cad
Blackfin arch: print out error/warning if you are running on the incorrect CPU type
by Robin Getz
· 16 years ago
4513843
Blackfin arch: flash memory map and dm9000 resources updating
by Javier Herrero
· 16 years ago
0c0497c
Blackfin arch: Move all the silicon rev handling to one place
by Mike Frysinger
· 16 years ago
3343c1d
Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363
by Michael Hennerich
· 16 years ago
639f657
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
by Bryan Wu
· 16 years ago
7e1e7ae
Blackfin arch: do not muck with the UART during boot -- let the serial driver worry about it
by Mike Frysinger
· 16 years ago
130de7c
Blackfin arch: add support for the BlackStamp board
by Benjamin Matthews
· 16 years ago
9216bbc
Blackfin arch: mark some functions as __init as they are only called from __init functions
by Mike Frysinger
· 16 years ago
56f5f59
Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling
by Michael Hennerich
· 16 years ago
17e89bc
Blackfin arch: unify the duplicated portions of __start and split mach-specific pieces into _mach_early_start where they will be easier to trim over time
by Mike Frysinger
· 16 years ago
7e64aca
Blackfin arch: move async memory programming into common setup_arch() as the banks dont really need to be setup fully as early as head.S
by Mike Frysinger
· 16 years ago
09e1f70
Blackfin arch: unify the duplicated _real_start functions
by Mike Frysinger
· 16 years ago
778307d
Blackfin arch: remove support for Anomaly 05000125 as it doesnt exist on any supported processor/silicon
by Mike Frysinger
· 16 years ago
9080891
Blackfin arch: remove pata resources from generic board
by Mike Frysinger
· 16 years ago
aa58297
Blackfin arch: be consistant with parition names, and ensure the bus is identified
by Robin Getz
· 16 years ago
7f268a2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
by Linus Torvalds
· 16 years ago
68e2fc7
Blackfin arch: Fix bug - Kernel does not boot if re-program clocks
by Michael Hennerich
· 16 years ago
da3854f
DM9000: Fixup blackfin after removing 2 resource usage
by Laurent Pinchart
· 16 years ago
5bda272
Blackfin arch: protect only the SPI bus controller with CONFIG_SPI_BFIN
by Mike Frysinger
· 16 years ago
9cd9c61
[Blackfin] arch: rename bf5xx-flash to bfin-async-flash
by Mike Frysinger
· 17 years ago
b964c59
[Blackfin] arch: protect linux/usb/isp1362.h include until the driver gets mainlined
by Mike Frysinger
· 17 years ago
14b0320
[Blackfin] arch: Functional power management support: Add CPU and platform voltage scaling support
by Michael Hennerich
· 17 years ago
3760f73
i2c: Convert most new-style drivers to use module aliasing
by Jean Delvare
· 17 years ago
fe44193
[Blackfin] arch: Functional power management support: Remove broken cpu frequency scaling drivers
by Michael Hennerich
· 17 years ago
5be36d2
[Blackfin] arch: add Blackfin on-chip SIR IrDA driver support
by Graf Yang
· 17 years ago
7795566
[Blackfin] arch: Give the DMA base registers a more descriptive name
by Bernd Schmidt
· 17 years ago
ac86a97
[Blackfin] arch: Consistently export base_addr for all Blackfin variants.
by Bernd Schmidt
· 17 years ago
3132b58
[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files
by Mike Frysinger
· 17 years ago
5d1617b
[Blackfin] arch: merge ip0x-specific board changes
by Mike Frysinger
· 17 years ago
6ed8394
[Blackfin] arch: Resolve the clash issue of UART defines between blackfin headers and include/linux/serial_reg.
by Graf Yang
· 17 years ago
b85d858
[Blackfin] arch: __FUNCTION__ is gcc-specific, use __func__
by Harvey Harrison
· 17 years ago
81d9c7f
[Blackfin] arch: add i2c board info struct and move to new-style i2c interface
by Bryan Wu
· 17 years ago
793dc27
[Blackfin] arch: conditionally enable flash resources since it requests the async memory bank
by Mike Frysinger
· 17 years ago
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
67f2d33
[Blackfin] arch: fix build fails only include header files when enabled
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
f1bceb4
[Blackfin] arch:Fix BUG [#3876] pfbutton test for BTN3 on bf533 don't show complete info
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
e316395
[Blackfin] arch: enable generic GPIO based I2C driver in STAMP-BF533, EZKIT-BF533 and EZKIT-BF561 boards
by Bryan Wu
· 17 years ago
2463ef2
[Blackfin] arch: replace current blackfin specific pfbutton driver with kernel generic gpio key driver
by Michael Hennerich
· 17 years ago
7a5f819
[Blackfin] arch: Added support for OpenCores Keyboard Controller to H8606 board
by Javier Herrero
· 17 years ago
fb96c56
[Blackfin] arch: Added support for 8250-class UARTs in HV Sistemas H8606 board, modification in 8250.c driver for correct compilation with Blackfin
by Javier Herrero
· 17 years ago
09db948
Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE"
by Robert P. J. Day
· 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
a055b2b
Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO
by Mike Frysinger
· 17 years ago
0feea17
Blackfin arch: fix missing newline to file
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
111cf97
Blackfin arch: Fix bug set correct baud for spi mmc and enable SPI after DMA.
by Sonic Zhang
· 17 years ago
a15c2dc
Blackfin arch: Apply Bluetchnix vendor patch provided by Harald Krapfenbauer
by Michael Hennerich
· 17 years ago
ab472a0
Blackfin arch: Added support for HV Sistemas H8606 board
by Javier Herrero
· 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
4d5709a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 17 years ago
8122c6c
[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core
by Thomas Renninger
· 17 years ago
337d390
Blackfin arch: Print out debug info, as early as possible
by Robin Getz
· 17 years ago
02f13f9
Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START
by Robin Getz
· 17 years ago
Next »