Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
73738001ac8fb1d006157e9ce89458a135c7571f
/
include
/
asm-blackfin
408dbc0
[Blackfin] arch: remove old I2C BF54x porting.
by Bryan Wu
· 17 years ago
fc97551
[Blackfin] arch: Add the semtimedop syscall. Upstream uClibc doesn't compile without it.
by Bernd Schmidt
· 17 years ago
a2c8cfe
[Blackfin] arch: GPIO API cleanup and anomaly update
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
b97b8a9
[Blackfin] arch: Initial checkin of the memory protection support.
by Bernd Schmidt
· 17 years ago
2047e40
[Blackfin] arch: set_bfin_dma_config shouldnt set SYNC or RESTART by default - add argument or option
by Michael Hennerich
· 17 years ago
7cc1c4b
[Blackfin] arch: update to latest anomaly sheets
by Mike Frysinger
· 17 years ago
fac3cf4
[Blackfin] arch: Fix gpio label handling
by Michael Hennerich
· 17 years ago
3ca32c1
[Blackfin] arch: fix up coding style in uaccess.h
by Bernd Schmidt
· 17 years ago
971d5bc
[Blackfin] arch: Fix bug to Enable bf548 to Re-program Clocks while Kernel boots.
by Sonic Zhang
· 17 years ago
b03b08b
[Blackfin] arch: Clean up dump_bfin_mem
by Robin Getz
· 17 years ago
fb5f004
[Blackfin] arch: Fix bug to Enable kernel to build for bf548 with PM.
by Sonic Zhang
· 17 years ago
a5bb85d
[Blackfin] arch: fix bug SDIO driver fails to build for BF542/BF548
by Cliff Cai
· 17 years ago
13fe24f
[Blackfin] arch: fix bug - trap_tests fails to recover on some tests.
by Robin Getz
· 17 years ago
003d922
Blackfin SPI driver: move hard coded pin_req to board file
by Bryan Wu
· 17 years ago
62310e5
spi: spi_bfin: update handling of delay-after-deselect
by Bryan Wu
· 17 years ago
cc2f81a
spi: bfin spi uses portmux calls
by Michael Hennerich
· 17 years ago
131b17d
spi: initial BF54x SPI support
by Bryan Wu
· 17 years ago
49dce91
Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated
by Mike Frysinger
· 17 years ago
569a50c
Blackfin arch: Ensure we printk out strings with the proper loglevel
by Robin Getz
· 17 years ago
f26825d
Blackfin arch: convert READY to DMA_READY as it causes build errors in common sound code otherwise
by Mike Frysinger
· 17 years ago
b018785
Blackfin arch: add defines for the on-chip L1 ROM of BF54x
by Mike Frysinger
· 17 years ago
c3a9f43
Blackfin arch: cplb and map header file cleanup
by Mike Frysinger
· 17 years ago
81a487a
Blackfin arch: cleanup the cplb declares
by Mike Frysinger
· 17 years ago
9f2ff54
Blackfin arch: fix broken on BF52x, remove silly checks on processors for L1_SCRATCH defines
by Mike Frysinger
· 17 years ago
9e83b98
Blackfin arch: add support for working around anomaly 05000312
by Mike Frysinger
· 17 years ago
b5f87aa
Blackfin arch: cleanup BF54x header file and add BF547 definition
by Mike Frysinger
· 17 years ago
8d6c242
Blackfin arch: rename _return_from_exception to _bfin_return_from_exception and export it
by Mike Frysinger
· 17 years ago
d0025e5
Blackfin arch: move EXPORT_SYMBOL() to C files where the symbol is actually defined
by Mike Frysinger
· 17 years ago
a961d65
Blackfin arch: More explicitly describe what the instructions do in inline assembly.
by Jie Zhang
· 17 years ago
5c91fb9
Blackfin arch: Add assembly function insl_16
by Michael Hennerich
· 17 years ago
05c4843
Blackfin arch: remove dump_thread()
by Adrian Bunk
· 17 years ago
b33d518
Blackfin arch: fix double fault definition for BF561 core A and core B
by Mike Frysinger
· 17 years ago
a055b2b
Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO
by Mike Frysinger
· 17 years ago
529a73f
Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
by Mike Frysinger
· 17 years ago
fa43cd8
Blackfin arch: add a compatible DOUBLE_FAULT define to enable resets on double faults in either core
by Mike Frysinger
· 17 years ago
2ea4649b
Blackfin arch: use a less common define name in BF549
by Mike Frysinger
· 17 years ago
41241c1
Blackfin arch: Add missing definitions for BF561
by Mike Frysinger
· 17 years ago
be0f313
Blackfin arch: Do not pollute name space used in linux-2.6.x/sound
by Michael Hennerich
· 17 years ago
9f336a5
Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things.
by Robin Getz
· 17 years ago
15b3ad6
Blackfin arch: Add missing definitions of BF54x
by Robin Getz
· 17 years ago
4ad1ec7
Blackfin arch: add support for checking/clearing overruns in generic purpose Timer API
by Mike Frysinger
· 17 years ago
64307f7
Blackfin arch: add NFC driver support in BF527-EZKIT board
by Michael Hennerich
· 17 years ago
26da107
blackfin: remove sg_address()
by Jens Axboe
· 17 years ago
d6ec084
Add CONFIG_DEBUG_SG sg validation
by Jens Axboe
· 17 years ago
18dabf4
Change table chaining layout
by Jens Axboe
· 17 years ago
452af71
Blackfin arch: dma add some API and cleanup bf54x DMA definition
by Bryan Wu
· 17 years ago
780431e
Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component
by Mike Frysinger
· 17 years ago
2f6cf7bf
Blackfin arch: add functions for converting between sclks and usecs
by Mike Frysinger
· 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
1e5b244
Blackfin arch: Fix bug: missing CHIPID register field definition of BF54x
by Bryan Wu
· 17 years ago
5900314
Blackfin arch: add new processor ADSP-BF52x arch/mach support
by Michael Hennerich
· 17 years ago
c00046c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 17 years ago
b2fff3f
include/asm-*/system.h: remove unused set_rmb(), set_wmb() macros
by Stefan Richter
· 17 years ago
847ddd2
ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT
by Bartlomiej Zolnierkiewicz
· 17 years ago
0624517
forbid asm/bitops.h direct inclusion
by Jiri Slaby
· 17 years ago
1c7037d
remove unused flush_tlb_pgtables
by Benjamin Herrenschmidt
· 17 years ago
e8c4431
Replace __attribute_pure__ with __pure
by Ralf Baechle
· 17 years ago
2633357
bitops: introduce lock ops
by Nick Piggin
· 17 years ago
622a9ed
Remove dma_cache_(wback|inv|wback_inv) functions
by Ralf Baechle
· 17 years ago
cba4fbb
remove include/asm-*/ipc.h
by Adrian Bunk
· 17 years ago
68a9bd0
remove strict ansi check from __u64 in asm/types.h
by Olaf Hering
· 17 years ago
04fc8bb
kill DECLARE_MUTEX_LOCKED
by Christoph Hellwig
· 17 years ago
e9fa7c4
bf54x-lq043fb: framebuffer driver for Blackfin BF54x framebuffer device driver
by Michael Hennerich
· 17 years ago
f2e1d89
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 17 years ago
ebf8889
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 17 years ago
b160292
Merge Linux 2.6.23
by David Woodhouse
· 17 years ago
b37bde1
[MTD] [NAND] Blackfin on-chip NAND Flash Controller driver
by Bryan Wu
· 17 years ago
8f740ef
Input: add support for Blackfin BF54x Keypad controller
by Michael Hennerich
· 17 years ago
cda6a20
Blackfin arch: fix PORT_J BUG for BF537/6 EMAC driver reported by Kalle Pokki <kalle.pokki@iki.fi>
by Michael Hennerich
· 17 years ago
c58c214
Blackfin arch: gpio pinmux and resource allocation API required by BF537 on chip ethernet mac driver
by Michael Hennerich
· 17 years ago
0b95f22
Blackfin arch: add some missing syscall
by Bryan Wu
· 17 years ago
0931ce8
Blackfin arch: fix some bugs in lib/string.h functions found by our string testing modules
by Mike Frysinger
· 17 years ago
e62687f
Blackfin arch: fix the aliased write macros
by Robin Getz
· 17 years ago
85a7599
blackfin enable arbitary speed serial setting
by Alan Cox
· 17 years ago
a359cca
Blackfin arch: update kgdb patch
by Sonic Zhang
· 17 years ago
2b39331
Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323
by Michael Hennerich
· 17 years ago
337d390
Blackfin arch: Print out debug info, as early as possible
by Robin Getz
· 17 years ago
0ae5364
Blackfin arch: Initial patch to add earlyprintk support
by Robin Getz
· 17 years ago
1d487f4
Blackfin arch: add TWIx_REGBASE and SPIx_REGBASE to specific CPU header files, use the new REGBASE for board platform resources
by Bryan Wu
· 17 years ago
b7b2d344
Blackfin arch: modify the insX/outsX and dma_insX/dma_outsX to be compatible with other archs
by Bryan Wu
· 17 years ago
fb282a7
Blackfin arch: cleanup IO and DMA_IO API function definitions according to other arches
by Bryan Wu
· 17 years ago
2714d9a
Blackfin arch: Workaround reboot bug, issue SSYNC at the start of bfin_reset
by Michael Hennerich
· 17 years ago
4b3f058
Blackfin arch: Add ANOMALY_05000311 Workaround - for those who doesnt use the generic GPIO driver
by Michael Hennerich
· 17 years ago
eabb5a5
Blackfin arch: Remove legacy support
by Michael Hennerich
· 17 years ago
55249e9
Blackfin arch: For compatibility reasons change IRQ_XXX_ERR into IRQ_XXX_ERROR like on any other supported Blackfin derivative
by Michael Hennerich
· 17 years ago
2296fb7
Blackfin arch: Fix bug missing L2_MEMORY definition for EZKIT-BF561 compiling error
by Robin Getz
· 17 years ago
1ffe664
Blackfin arch: add an exception request/free api
by Mike Frysinger
· 17 years ago
dbcc78be
Blackfin arch: all our other ports call this SIZE rather than SPI_LEN
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
0174dd5
Blackfin arch: make sure to stub out ANOMALY_05000230 were appropriate
by Mike Frysinger
· 17 years ago
8a26ac7
Blackfin arch: Add DMA API to set curr descriptor address
by Sonic Zhang
· 17 years ago
2cbfe10
Blackfin arch: kill ezkit548 compiling warning
by Bryan Wu
· 17 years ago
be7b0d3
Blackfin arch: fix up header for BF533
by Robin Getz
· 17 years ago
07bdda0
Blackfin arch: bug fixing restore mach dependent ASYNC memory size
by Michael Hennerich
· 17 years ago
3bebca2
Blackfin arch: to do some consolidation of common code and common name spaces
by Robin Getz
· 17 years ago
a298049
Blackfin arch: remove unused code -- EVT0 is not controllable by software
by Mike Frysinger
· 17 years ago
1d945e2
Blackfin arch: add set_dma_curr_addr DMA API to support sound driver recording function
by Roy Huang
· 17 years ago
a583f1b
remove unused TIF_NOTIFY_RESUME flag
by Stephane Eranian
· 17 years ago
518039b
Blackfin arch: Add ability to expend the hardware trace buffer
by Robin Getz
· 17 years ago
Next »