Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openrisc: Define screen_info in kernel setup #5

Open
wants to merge 127 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
127 commits
Select commit Hold shift + click to select a range
a87e274
add README.openrisc and TODO.openrisc
Jan 5, 2013
cc2f18d
openrisc: add initramfs
jonibo Nov 13, 2010
aa95da6
openrisc: add or1ksim config
jonibo Nov 13, 2010
93e02cc
not for upstream: add initramfs path
Jun 23, 2011
ab086d8
openrisc: use SPARSE_IRQ
May 9, 2012
eb76d80
Add IO primitives for Wishbone bus
Oct 1, 2010
7e54f5e
openrisc: add CONFIG_WISHBONE_BUS_BIG_ENDIAN
Mar 2, 2012
2b8c3eb
scet: Character driver SCET device
Nov 10, 2010
3f734ce
scet: Rework driver init and probing
Nov 11, 2010
d53445b
scet: Cleanups and debug output
Nov 11, 2010
46a5caf
BLOB: From Adam - USB host
May 19, 2010
9e8bbba
USB OHS bits... what is this?
Aug 9, 2010
70ccaa3
ohs900: Rename ohs900.h to ohs900-hcd.h
Nov 10, 2010
ab705c9
ohs: move platform registration out of driver
Nov 10, 2010
7435a8f
ohs900: Clean upp debug printouts.
Nov 10, 2010
5ce948f
ohs900: device tree support
Nov 10, 2010
e504fac
Run Lindent on ohs900 files
Nov 11, 2010
b182cd6
ohs900: Remove unused function
Nov 11, 2010
dc1b7d3
ohs900: Use standard debugging routines
Nov 11, 2010
a5233eb
ohs900: clean up probe routine
Nov 11, 2010
e01e657
ohs900: more cleanups
jonibo Nov 12, 2010
2ceaa8d
OHS900 USB driver balance spin_lock
May 26, 2011
d09a0d5
Reflect the removal of the "bitmap" #define in hcd.h
May 26, 2011
3d59083
OHS900 include definition of prefetch()
Jun 3, 2011
c61eaf4
ohs900: Remove superfluous name cast
geertu Nov 13, 2013
93dea34
ohs900: Use min_t() instead of explicit casts
geertu Nov 13, 2013
b8801af
phy: Reset Micrel PHY at initialization
May 19, 2010
09620c2
increase number of ethoc buffers
May 19, 2010
f814919
ethoc: use big endian accessors on OpenRISC Wishbone
Jul 2, 2011
6a3e160
ethoc: add version info to compatible string
Jul 13, 2011
8ba9a10
input/serio: Add OpenCores PS/2 core driver
skristiansson May 18, 2011
74960bb
serio/opencores_ps2: include platform_device.h
skristiansson May 2, 2013
12254b1
Add spi_opencores driver
Sep 27, 2010
9160a98
spi_opencores: use RFEMPTY to determine end of transaction
May 9, 2012
2006df5
spi_opencores: include cpuinfo.h
May 25, 2012
d29ed39
spi_opencores: reset SPI controller in ocspi_reset
May 25, 2012
d740deb
spi: spi_opencores is for OpenRISC arch only
Aug 1, 2013
5c845ed
spi/spi_opencores: rename to spi-oc-simple
skristiansson Sep 1, 2013
201bce8
spi/spi-oc-simple: update driver names in file header
skristiansson Sep 1, 2013
9023824
spi/spi-oc-simple: remove __devinit, __devexit, __init and __exit
skristiansson Sep 1, 2013
b7ccab7
spi/spi-oc-simple: include module.h
skristiansson Sep 1, 2013
1461453
spi/spi-oc-simple: whitespace and format cleanup
skristiansson Sep 1, 2013
191c8b3
spi/spi-oc-simple: remove dead and commented out code
skristiansson Sep 1, 2013
70d3902
spi/spi-oc-simple: remove unused variables
skristiansson Sep 1, 2013
8c3f463
spi/spi-oc-simple: use the SPI framework queue
skristiansson Sep 1, 2013
20f26f2
spi/spi-oc-simple: use platform_{get, set}_drvdata()
skristiansson Sep 1, 2013
f8b0e0b
spi/spi-oc-simple: use module_platform_driver to register driver
skristiansson Sep 1, 2013
aca5566
GPIO support w/ jbtrivial driver
Aug 2, 2010
d698bf6
jbtrivial: Add missing #include <linux/module.h>
geertu Nov 5, 2013
6458da9
jbtrivial: fix data direction inversed logic bug
skristiansson Aug 19, 2013
fdfb1da
openrisc: Remove obsolete __dev* uses in non-mainline drivers
geertu Nov 5, 2013
9a79d8c
openrisc: Add DTS and defconfig for DE0-Nano
geertu Nov 9, 2013
ce81986
openrisc: add cache way information to cpuinfo
skristiansson Apr 27, 2013
565d72a
Apply transparent_union attribute to union semun
Jun 11, 2014
fcdf735
openrisc: Differentiate defconfigs by CONFIG_LOCALVERSION
geertu Nov 14, 2013
c352343
openrisc: tlb miss handler optimizations
skristiansson Aug 1, 2013
88f85ab
openrisc: head: use THREAD_SIZE instead of magic constant
skristiansson Jan 8, 2014
e28b476
openrisc: fix PTRS_PER_PGD define
skristiansson Jan 10, 2014
9acd54a
openrisc: restore call-saved regs on sigreturn
Sep 23, 2013
e3bfea5
openrisc: Add thread-local storage (TLS) support
bluecmd Jan 25, 2014
4a54d6f
openrisc: copy thread pointer from userregs
skristiansson May 12, 2014
7fd8a8d
openrisc: irq: use irqchip framework
skristiansson May 19, 2014
3396c43
openrisc: use "scratch sprs" to save regs on exception
skristiansson May 11, 2014
f489078
openrisc: add SMP and NR_CPUS Kconfig options
skristiansson May 11, 2014
9d56863
openrisc: add Kconfig for l.lwa and l.swa atomic instructions
skristiansson May 12, 2014
c098213
openrisc: add atomic bitops
skristiansson May 12, 2014
e66689f
openrisc: add cmpxchg and xchg implementations
skristiansson May 13, 2014
59957c3
openrisc: add optimized atomic operations
skristiansson May 13, 2014
0eb877f
openrisc: add spinlock implementation
skristiansson May 16, 2014
cbc434f
openrisc: head: refactor out tlb flush into it's own function
skristiansson May 17, 2014
c5778e7
openrisc: select GENERIC_SMP_IDLE_THREAD
skristiansson May 18, 2014
03f6ab9
openrisc: spr_defs: add SPR_COREID and SPR_NUMCORES
skristiansson May 18, 2014
683734b
openrisc: add simple_smp example dts file
skristiansson May 18, 2014
3be988f
openrisc: initial SMP support
skristiansson May 18, 2014
425d203
openrisc: create a current_pgd for each cpu
skristiansson May 26, 2014
b237342
openrisc/smp: implement IPI
skristiansson Jun 10, 2014
c4737e6
openrisc/smp: initialize current_pgd in __cpu_up
skristiansson Jun 10, 2014
5eae41e
openrisc: add smp tlb flush functionality
skristiansson Jun 10, 2014
5cfad06
openrisc/head: load r10 from per-cpu current_thread_info_set
skristiansson Jun 13, 2014
bbbd73a
irqchip: add initial support for ompic
skristiansson Jun 13, 2014
9b1b0ba
openrisc: select OMPIC
skristiansson Jun 13, 2014
1da082c
openrisc: enable caches on secondary cpus
skristiansson Jun 28, 2014
a966c95
openrisc: include l.swa in check for write data pagefault
skristiansson Jul 3, 2014
d863b06
openrisc: add futex_atomic_* implementations
skristiansson Jul 15, 2014
09fc079
openrisc: set OUTPUT_FORMAT to elf32-or1k
skristiansson Jul 19, 2014
db34795
openrisc: update initramfs
skristiansson Jul 19, 2014
7255e4d
openrisc: remove unnecessary stddef.h include
skristiansson Jul 19, 2014
fdfdd3b
openrisc: add musl_defconfig
skristiansson Jul 19, 2014
f2eb703
openrisc: remove SPR_ISR* scratch reg hack
skristiansson Jul 22, 2014
3fdc19a
openrisc: improve description of OPENRISC_HAVE_SHADOW_GPRS
skristiansson Jul 22, 2014
8ccf367
openrisc: set OUTPUT_FORMAT to elf32-or1k
skristiansson Jul 19, 2014
8e34abc
openrisc: add Kconfig for l.lwa and l.swa atomic instructions
skristiansson May 12, 2014
d0056a7
openrisc: add atomic bitops
skristiansson May 12, 2014
93fd0ce
openrisc: add cmpxchg and xchg implementations
skristiansson May 13, 2014
8990060
openrisc: add atomic operations implementations
skristiansson May 13, 2014
b8a2b05
openrisc: include l.swa in check for write data pagefault
skristiansson Jul 3, 2014
9fdef15
openrisc: add futex_atomic_* implementations
skristiansson Jul 15, 2014
094e73b
Merge branch 'atomics' into smp
skristiansson Jul 23, 2014
00e4dad
Merge tag 'v3.16' into smp
skristiansson Aug 27, 2014
a234425
Revert "net: phy: Set the driver when registering an MDIO bus device"
Aug 5, 2014
e26e5b5
irqchip/ompic: increase number of retries
skristiansson Sep 2, 2014
4330140
irqchip/ompic: use irqsave spinlock
skristiansson Sep 2, 2014
441f8c8
openrisc: Support both old (or32) and new (or1k) toolchain
groeck Sep 8, 2014
a245bde
ASoC: ssm2602: add device tree bindings
skristiansson Sep 28, 2014
5c0fc4b
ASoC: ssm2602: add support for 11.025kHz and 22.5kHz sample rates
skristiansson Sep 28, 2014
f30f502
dma: add driver for wishbone streamer
skristiansson Sep 28, 2014
0f44297
openrisc: Fix the bitmask for the unit present register
s-macke Jul 20, 2014
ab7c034
openrisc: Initial support for the idle state
s-macke Jul 20, 2014
e26afc3
openrisc: add some missing spr registers
skristiansson Sep 30, 2014
30c1eac
openrisc: make cpuinfo per-cpu specific
skristiansson Sep 30, 2014
ca0b6ff
openrisc: remove local max_low_pfn in setup_arch
skristiansson Sep 30, 2014
456953a
openrisc: time: make timers work with smp
skristiansson Sep 30, 2014
431fbb2
openrisc: delay: use get_cycles() instead of reading the raw timer
skristiansson Sep 30, 2014
0f977eb
openrisc: smp: init clockevent on secondary cpus
skristiansson Sep 30, 2014
4223095
openrisc: add example .dts for sockit-multicore fusesoc SoC
skristiansson Sep 30, 2014
32505ca
Merge tag 'v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/to…
skristiansson Oct 6, 2014
54d6703
openrisc: add l.lwa/l.swa emulation
skristiansson Nov 3, 2014
383e846
Merge tag 'v3.18' into smp
skristiansson Dec 20, 2014
accd1fd
spi/spi-oc-simple: Fix cpuinfo usage
skristiansson Jan 15, 2015
a728fc8
openrisc: Add optimized memset
olofk Feb 6, 2015
1d5fcfb
openrisc: add dynamic libs to initramfs
skristiansson Feb 9, 2015
e56b2bd
or1k: update busybox+libs in initramfs and add missing .so files
skristiansson Feb 27, 2015
8b587c9
Merge tag 'v3.19'
skristiansson Mar 1, 2015
29b64e5
openrisc: default to no-compression initramfs
skristiansson Mar 22, 2015
0cc0094
Merge tag 'v4.0' into smp
skristiansson Jun 21, 2015
83bdd07
Merge tag 'v4.2'
skristiansson Oct 3, 2015
56f8055
openrisc: Define screen_info in kernel setup
olofk Oct 29, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
increase number of ethoc buffers
  • Loading branch information
Jonas Bonn authored and skristiansson committed Jun 12, 2014
commit 09620c2362b48748d558590e2ace3ac48453a7f5
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ethoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <linux/module.h>
#include <net/ethoc.h>

static int buffer_size = 0x8000; /* 32 KBytes */
static int buffer_size = 0x20000; /* 128 KBytes */
module_param(buffer_size, int, 0);
MODULE_PARM_DESC(buffer_size, "DMA buffer allocation size");

Expand Down