Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1f5826bd0ed6c0abec3da28dfffb8d12f0c2cb81
/
arch
/
blackfin
« Previous
d8f66c8
[Blackfin] arch: fix bug gdb testing on hardware has regression
by Robin Getz
· 17 years ago
13fe24f
[Blackfin] arch: fix bug - trap_tests fails to recover on some tests.
by Robin Getz
· 17 years ago
f53e867
[Blackfin] arch: Add a note describing what is going on - no functional changes
by Robin Getz
· 17 years ago
7d2284b
Fix Blackfin HARDWARE_PM support
by Mathieu Desnoyers
· 17 years ago
233b28a
Blackfin arch: fix bug when enable uart1 with uart0 disabled => no initial console
by Sonic Zhang
· 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
9cb07b2
Blackfin arch: use common __INIT/__FINIT defines rather than setting the .section ourselves to .init.text
by Mike Frysinger
· 17 years ago
fb32291
Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get confused
by Robin Getz
· 17 years ago
569a50c
Blackfin arch: Ensure we printk out strings with the proper loglevel
by Robin Getz
· 17 years ago
0bad33d
Blackfin arch: Need to specify ax with the .init.text section,
by Bernd Schmidt
· 17 years ago
f72eecb
Blackfin arch: Update Kconfig to latest Blackfin silicon datasheets
by Robin Getz
· 17 years ago
eee1f15
Blackfin arch: update defconfig files
by Mike Frysinger
· 17 years ago
46c87c3
Blackfin arch: Fix typo, and add ENDPROC - no functional changes
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
7160e950
Blackfin arch: fix building for BF542 processors which only have 1 TWI
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
e40540b
Blackfin arch: fix bug NOR Flash MTD mount fail
by Sonic Zhang
· 17 years ago
28a44d4
Blackfin arch: export symbol get_dma_curr_desc_ptr for driver usage
by Cliff Cai
· 17 years ago
90c7f46
Blackfin arch: cleanup kernel exception message, don't insult the customer.
by Robin Getz
· 17 years ago
af8a5af
Blackfin arch: fix bug kernel not to boot up with mtd filesystems
by Bernd Schmidt
· 17 years ago
561cc18
Blackfin arch: add AXIS AX88180 Gigabit Ethernet Hardware and Driver to board files
by Michael Hennerich
· 17 years ago
4c26c6c
Blackfin arch: print out modules that are loaded if we get a kernel oops
by Robin Getz
· 17 years ago
5c91fb9
Blackfin arch: Add assembly function insl_16
by Michael Hennerich
· 17 years ago
1754a5d
Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd
by Mike Frysinger
· 17 years ago
e709d84
Blackfin arch: fix spurious newline in header
by Mike Frysinger
· 17 years ago
8d2e24c
Blackfin arch: unexport get_wchan
by Adrian Bunk
· 17 years ago
05c4843
Blackfin arch: remove dump_thread()
by Adrian Bunk
· 17 years ago
09db948
Blackfin arch: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE"
by Robert P. J. Day
· 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
632f658
Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets use that version now
by Mike Frysinger
· 17 years ago
70b63ba
Blackfin arch: do not include linux/autoconf.h
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
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
7c7fd17
Blackfin arch: add BF547 to list of accepted procs
by Mike Frysinger
· 17 years ago
839e01c
Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation
by Robin Getz
· 17 years ago
74ce832
Blackfin arch: split debug stuff off into Kconfig.debug like everyone else
by Mike Frysinger
· 17 years ago
529a73f
Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
by Mike Frysinger
· 17 years ago
e4e9a7a
Blackfin arch: fix indentation -- use tabs, not spaces
by Mike Frysinger
· 17 years ago
4f25eb8
Blackfin arch: split board selection off into mach subdirs
by Mike Frysinger
· 17 years ago
d07f438
Blackfin arch: fix silicon rev display and selection for BF52x/BF54x
by Mike Frysinger
· 17 years ago
53f8a25
Blackfin arch: remove mention of uClinux/no-mmu ... we are just Blackfin Linux
by Mike Frysinger
· 17 years ago
51e7f68
Blackfin arch: Default config for HV Sistemas H8606 board
by Javier Herrero
· 17 years ago
6a3f0b4
Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition
by Robin Getz
· 17 years ago
0954f70
Blackfin arch: fix AD7877 bus_num and add support for WM8731 SPI control interface
by Michael Hennerich
· 17 years ago
5d448dd
Blackfin arch: move hard coded pin_req to board file
by Bryan Wu
· 17 years ago
4a589e1
Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets confused
by Robin Getz
· 17 years ago
f26fbc4
Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers
by Robin Getz
· 17 years ago
3620805
Blackfin arch: reclaim a few bytes from the end of our init section
by Mike Frysinger
· 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
0355893
Blackfin arch: update board defconfig files according to latest information from ADI datasheet
by Bryan Wu
· 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
aa770aa
Blackfin arch: Fix random crash issue found by Michael.
by Robin Getz
· 17 years ago
7728ec3
Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition
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
226eb1e
Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code.
by Robin Getz
· 17 years ago
a15c2dc
Blackfin arch: Apply Bluetchnix vendor patch provided by Harald Krapfenbauer
by Michael Hennerich
· 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
885be03
Blackfin arch: fix bug: kernel prints out error message twice
by Robin Getz
· 17 years ago
64307f7
Blackfin arch: add NFC driver support in BF527-EZKIT board
by Michael Hennerich
· 17 years ago
ab472a0
Blackfin arch: Added support for HV Sistemas H8606 board
by Javier Herrero
· 17 years ago
8286192
blackfin: fix sg fallout
by Adrian Bunk
· 17 years ago
6d43536
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
by Linus Torvalds
· 17 years ago
58b053e
Update arch/ to use sg helpers
by Jens Axboe
· 17 years ago
38f668e
Blackfin arch: use KBUILD_CFLAGS and KBUILD_AFLAGS in Makefile
by Bryan Wu
· 17 years ago
da27abb
Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled
by Mike Frysinger
· 17 years ago
d4b1d27
Blackfin arch: update boards files
by Bryan Wu
· 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
29cae11
Blackfin arch: add a cheesy install target
by Mike Frysinger
· 17 years ago
2f6cf7bf
Blackfin arch: add functions for converting between sclks and usecs
by Mike Frysinger
· 17 years ago
b0a68dc
Blackfin arch: add assembly function for doing 64bit unsigned division
by Mike Frysinger
· 17 years ago
1c668d8
Blackfin arch: -mno-fdpic works
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
c1e7399
Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls
by Bernd Schmidt
· 17 years ago
73b0c0b
Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else
by Robin Getz
· 17 years ago
4fb4524
Blackfin arch: Optimization - no need to make additional math here
by Michael Hennerich
· 17 years ago
a99bbcc
Blackfin arch: force irq_flags into the .data section
by Mike Frysinger
· 17 years ago
876a668
Blackfin arch BF548 defconfig: enable watchdog by default
by Mike Frysinger
· 17 years ago
5900314
Blackfin arch: add new processor ADSP-BF52x arch/mach support
by Michael Hennerich
· 17 years ago
01dd2fb
typo fixes
by Matt LaPlante
· 17 years ago
09caded
Combine instrumentation menus in kernel/Kconfig.instrumentation
by Mathieu Desnoyers
· 17 years ago
e6c5eb9
PM: Rework struct platform_suspend_ops
by Rafael J. Wysocki
· 17 years ago
26398a7
PM: Rename struct pm_ops and related things
by Rafael J. Wysocki
· 17 years ago
95d9ffb
PM: Move definition of struct pm_ops to suspend.h
by Rafael J. Wysocki
· 17 years ago
821f3ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 17 years ago
1bcf548
Consolidate PTRACE_DETACH
by Alexey Dobriyan
· 17 years ago
222d394
kbuild: enable 'make AFLAGS=...' to add additional options to AS
by Sam Ravnborg
· 17 years ago
a0f97e0
kbuild: enable 'make CFLAGS=...' to add additional options to CC
by Sam Ravnborg
· 17 years ago
8f740ef
Input: add support for Blackfin BF54x Keypad controller
by Michael Hennerich
· 17 years ago
117494a
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 17 years ago
4d5709a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 17 years ago
27f5d75
USB: re-remove <linux/usb_sl811.h>
by David Brownell
· 17 years ago
247537b
kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"
by Adrian Bunk
· 17 years ago
8122c6c
[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core
by Thomas Renninger
· 17 years ago
Next »