Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
07e7717
ASoC: sun4i-is: also check for NULL on reset pin request
oliv3r Oct 9, 2017
774609f
fbdev: Whitespace fixing in the Makefile
oliv3r Mar 9, 2018
a8b336c
fbdev: of: Add of parsing helper
oliv3r Mar 9, 2018
c5eb0f8
fbdev: of: Add parameter to not clear screen on probe
oliv3r Mar 22, 2018
eeda783
fbdev: sysfs: Sort headers
oliv3r Mar 21, 2018
fa96d9b
fbdev: sysfs: Replace simple_strtoul with kstrtoul
oliv3r Mar 21, 2018
dcefc72
fbdev: sysfs: Input validation
oliv3r Mar 9, 2018
90cc3b8
fbdev: sysfs: Expand input validation to degree's
oliv3r Mar 12, 2018
68b614b
fbdev: sysfs: Add rotation in degrees support to validation
oliv3r Mar 12, 2018
b51874e
fbdev: ssd1307fb: Abort probe if we cannot talk to the display
oliv3r Aug 8, 2017
19e4532
fbdev: ssd1307fb: Rename i2c device ids
oliv3r Dec 19, 2017
8b0cab8
fbdev: ssd1307fb: Make output a little more consistent
oliv3r Dec 18, 2017
1dc264d
fbdev: ssd1307fb: Use ratelimited error printing
oliv3r Dec 18, 2017
7c6105c
fbdev: ssd1307fb: cleanup: Group fb_info.fix
oliv3r Mar 9, 2018
eaa8663
fbdev: ssd1307fb: Use resolution instead of dimensions
oliv3r Mar 9, 2018
b1a1ce2
fbdev: ssd1307fb: Reduce magic values with defines
oliv3r Mar 9, 2018
927589c
fbdev: ssd1307fb: Remove unused forward declaration
oliv3r Mar 9, 2018
8ae2796
fbdev: ssd1307fb: Ensure set_par can do bring-up
oliv3r Mar 10, 2018
ee7ff4c
fbdev: ssd1307fb: Ensure display is toggled properly
oliv3r Mar 10, 2018
e8ada89
fbdev: ssd1307fb: Add hardware accelerated rotation support
oliv3r Mar 10, 2018
9f2ede4
fbdev: ssd1307fb: Limit to support 0 - 180 rotation only
oliv3r Mar 12, 2018
83e7d98
fbdev: ssd1307fb: Do not always clear the display on boot
oliv3r Mar 22, 2018
1cd397f
gpio: pca953x: add support for the NXP pca9570
oliv3r Dec 18, 2017
c8388f7
leds: pca963x: abort probe if device is not connected
oliv3r Aug 8, 2017
5e9b4e3
leds: pca963x: alphabetize headers
May 29, 2015
b322f0d
leds: pca963x: add defines and remove some magic values
oliv3r Dec 16, 2015
c8f817e
leds: pca963x: save mode when setting power_state
oliv3r Oct 4, 2017
00537b8
leds: pca963x: refactor initial led output a little
oliv3r Oct 4, 2017
f309bbe
leds: pca963x: remove whitespace and checkpatch problems
oliv3r Apr 5, 2016
3a31f9a
leds: pca963x: set DMBLNK as default during probe
oliv3r Mar 17, 2017
5fc70f8
pwm: core: do not block apply->state on period
oliv3r Mar 8, 2017
a3d9801
rtc: sun6i: add missing header
oliv3r Feb 6, 2018
3c739f4
regulator: axp20x: use defines for masks
oliv3r Jan 3, 2017
bd7f5b4
regulator: axp20x: name voltage ramping define properly
oliv3r Oct 9, 2017
2211688
regulator: core: enable power when setting up constraints
oliv3r Mar 6, 2017
0b9c63f
regulator: axp20x: add support for set_ramp_delay
oliv3r Mar 2, 2017
b6ae32b
regulator: axp20x: add software based soft_start for LDO3
oliv3r Mar 2, 2017
4df9bf0
regulator: dts: enable soft-start and ramp delay for the OLinuXino Lime2
oliv3r Mar 3, 2017
50ae568
regulator: dts: add full voltage range to LDO4 on the Lime2
oliv3r Dec 11, 2017
5202883
regulator: dts: set proper lradc vref on OLinuXino Lime2
oliv3r Dec 18, 2017
4cb76bd
mfd: axp20x: fixup includes
oliv3r Jan 3, 2017
29b1113
mfd: axp20x: use explicit bit defines
oliv3r Oct 4, 2017
182856f
power: supply: axp20x: add missing include bitops.h
oliv3r Jan 3, 2017
47b3c8f
power: supply: axp288: use the BIT() macro
oliv3r Jan 3, 2017
c70a8de
serial: 8250: Replace asm/irq with linux/irqreturn, linux/interrupt
oliv3r Feb 19, 2018
9f9980b
serial: 8250: Minor cleanups
oliv3r Mar 29, 2017
588b9bc
serial: 8250: Do not treat the IIR register as a bitfield
oliv3r Feb 16, 2018
c888f04
serial: 8250_dw: Use serial port assessor wrapper
oliv3r Feb 15, 2018
683cd0e
serial: 8250_dw: Make register access consistent
oliv3r Feb 16, 2018
b699f8f
serial: 8250: Only confirm handled interrupts on supported ones
oliv3r Feb 16, 2018
4fdf765
serial: 8250: expand debug ability of the irq handler
oliv3r Feb 16, 2018
4c7e6a0
input: of_touchscreen: shorten variable names
oliv3r Dec 11, 2017
63f53da
input: of_touchscreen: rename touchscreen-size-[xy]
oliv3r Dec 11, 2017
92b0e09
input: of_touchscreen: add support for minimum sizes
oliv3r Dec 13, 2017
136c3a0
input: edt-ft5x06: group r, w and rw functions
oliv3r Dec 19, 2017
dc25464
input: edt-ft5x06: add support for the ft5426 controller
oliv3r Dec 13, 2017
1d27b30
input: edt-ft5x06: cleanup headers
oliv3r Dec 13, 2017
85912c6
input: edt-ft5x06: only enable the irq when needed
oliv3r Dec 13, 2017
8a10c29
input: edt-ft5x06: fix some whitespace/ident issues
oliv3r Dec 14, 2017
0088d4a
input: edt-ft5x06: minor consistency cleanup/line length reduction
oliv3r Dec 14, 2017
3341860
input: edt-ft5x06: shorten defines
oliv3r Dec 14, 2017
94337c2
input: edt-ft5x06: use less magic and more defines
oliv3r Dec 15, 2017
0bdd8a5
input: edt-ft5x06: silence deferral error
oliv3r Dec 15, 2017
66ab38d
input: edt-ft5x06: sanity check on input
oliv3r Dec 18, 2017
76762fa
input: edt-ft5x06: fix multi-touch handling
oliv3r Dec 18, 2017
a554a3a
input: edt-ft5x06: take into account the number of fingers
oliv3r Dec 18, 2017
32842c0
input: edt-ft5x06: add polldev as an option
oliv3r Dec 18, 2017
d619e9d
input: edt-ft5x06: force touchscreen to remain active
oliv3r Dec 19, 2017
a083ea6
drm/edid: Prevent NULL pointer deref when there is no I2C adapter
oliv3r Mar 2, 2018
4005af3
drm/sun4i: Fix Kconfig indenting
oliv3r Oct 10, 2017
123fb0f
drm/sun4i: improve header readability
oliv3r Mar 1, 2018
a0c9f90
drm/sun4i: Fix NULL pointer dereference at unbind
oliv3r Feb 27, 2018
cd5b3da
drm/sun4i: enable/disable the tmds clock on use
oliv3r Mar 1, 2018
180c93c
drm/sun4i: make bool assignment explicit
oliv3r Mar 1, 2018
c88bcd6
drm/sun4i: i2c: consolidate ddc items
oliv3r Sep 4, 2017
75bc7e4
drm/sun4i: make fifo_transfer more verbose in case of error
oliv3r Mar 1, 2018
46fc76b
drm: sun4i: check for i2c busy status
oliv3r Mar 1, 2018
0c15f45
[WIP-do-not-merge] drm/sunxi: Split off hdmi-i2c as a separated driver
oliv3r Oct 20, 2017
6e4973b
arm/dts: Use hdmi_i2c node on the OLinuXino Lime2
oliv3r Mar 30, 2018
b1ca4f2
Merge branches 'for-opinicus/asoc', 'for-opinicus/gpio', 'for-opinicu…
oliv3r Apr 5, 2018
78c434d
net/rfkill/rfkill-gpio: Alphabetize headers
oliv3r Apr 20, 2018
cec74d4
net/rfkill/rfkill-gpio: Add support for devicetree bindings
oliv3r Apr 20, 2018
0fdd916
Merge branch 'for-opinicus/rfkill' into opinicus-4.14-0
oliv3r Apr 20, 2018
e28c2cb
Revert "fbdev: ssd1307fb: Do not always clear the display on boot"
raysiudak Mar 26, 2019
b9597bd
Revert "fbdev: ssd1307fb: Limit to support 0 - 180 rotation only"
raysiudak Mar 26, 2019
d0c61cd
Revert "fbdev: ssd1307fb: Add hardware accelerated rotation support"
raysiudak Mar 26, 2019
6ab4bc2
Revert "fbdev: ssd1307fb: Ensure display is toggled properly"
raysiudak Mar 26, 2019
fdd729f
Revert "fbdev: ssd1307fb: Ensure set_par can do bring-up"
raysiudak Mar 26, 2019
b76a6ba
Revert "fbdev: ssd1307fb: Remove unused forward declaration"
raysiudak Mar 26, 2019
77f3eff
Revert "fbdev: ssd1307fb: Reduce magic values with defines"
raysiudak Mar 26, 2019
6017cbd
Revert "fbdev: ssd1307fb: Use resolution instead of dimensions"
raysiudak Mar 26, 2019
d0f6f9f
Revert "fbdev: ssd1307fb: cleanup: Group fb_info.fix"
raysiudak Mar 26, 2019
9d3942c
"fbdev: ssd1307fb: Do not always clear the display on boot""
raysiudak Mar 27, 2019
eaace6d
PWM beeper forcing PWM to inactive statr
Mar 29, 2019
6c9945f
fbdev: ssd1307fb: Change default display refresh frequency from 1 to …
Jul 14, 2021
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
Revert "fbdev: ssd1307fb: cleanup: Group fb_info.fix"
This reverts commit 7c6105c.
  • Loading branch information
raysiudak authored and Robert Deliën committed Mar 28, 2019
commit d0f6f9fe064dc0f5304c2ec26c715a5e5ab016e8
4 changes: 2 additions & 2 deletions drivers/video/fbdev/ssd1307fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ static int ssd1307fb_probe(struct i2c_client *client,
ssd1307fb_defio->deferred_io = ssd1307fb_deferred_io;

info->fbops = &ssd1307fb_ops;
info->fix = ssd1307fb_fix;
info->fix.line_length = par->width / 8;
info->fbdefio = ssd1307fb_defio;

info->var = ssd1307fb_var;
Expand All @@ -665,10 +667,8 @@ static int ssd1307fb_probe(struct i2c_client *client,
info->var.blue.offset = 0;

info->screen_base = (u8 __force __iomem *)vmem;
info->fix = ssd1307fb_fix;
info->fix.smem_start = __pa(vmem);
info->fix.smem_len = vmem_size;
info->fix.line_length = par->width / 8;

fb_deferred_io_init(info);

Expand Down