Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f1a640c5dc701f661d4359d86601a845a41858d0
/
drivers
/
misc
/
eeprom
f1a640c
eeprom: at24: provide and use at24_base_client_dev()
by Bartosz Golaszewski
· 7 years ago
11288b7
eeprom: at24: readability tweak in at24_probe()
by Bartosz Golaszewski
· 7 years ago
021c7d7
eeprom: at24: use a helper variable for dev
by Bartosz Golaszewski
· 7 years ago
f2adff6
eeprom: at24: rename chip to pdata in at24_probe()
by Bartosz Golaszewski
· 7 years ago
1f77d18
eeprom: at24: rename at24_get_pdata()
by Bartosz Golaszewski
· 7 years ago
7c7f428
eeprom: at24: don't check if byte_len is a power of 2
by Bartosz Golaszewski
· 7 years ago
53998fa
eeprom: at24: make struct initialization uniform in at24_probe()
by Bartosz Golaszewski
· 7 years ago
c4fee33
eeprom: at24: drop redundant variable in at24_write()
by Bartosz Golaszewski
· 7 years ago
eb27fde
eeprom: at24: drop redundant variable in at24_read()
by Bartosz Golaszewski
· 7 years ago
14263b8
eeprom: at24: remove code separators
by Bartosz Golaszewski
· 7 years ago
5ca2b5b
eeprom: at24: arrange local variables
by Bartosz Golaszewski
· 7 years ago
8cdc4e7
eeprom: at24: remove nvmem_config from at24_data
by Bartosz Golaszewski
· 7 years ago
d154316
eeprom: at24: disable regmap locking
by Bartosz Golaszewski
· 7 years ago
c84f259
eeprom: at25: sizeof t should be sizeof(t)
by Devang Panchal
· 7 years ago
4141cf6
Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
0f30aca
eeprom: at24: extend the list of chips supported in DT
by Bartosz Golaszewski
· 8 years ago
b6a0941
Merge 4.15-rc6 into char-misc-next
by Greg Kroah-Hartman
· 8 years ago
6ce261e
eeprom: at24: add support for the write-protect pin
by Bartosz Golaszewski
· 8 years ago
ef542e5
eeprom: at24: remove temporary fix for at24mac402 size
by Sven Van Asbroeck
· 8 years ago
b680f4f
eeprom: at24: convert magic numbers to structs
by Sven Van Asbroeck
· 8 years ago
eef6939
eeprom: at24: code shrink
by Bartosz Golaszewski
· 8 years ago
ec3c2d5
eeprom: at24: use a common prefix for all symbols in at24.c
by Bartosz Golaszewski
· 8 years ago
aa4ce22
eeprom: at24: fix coding style issues
by Bartosz Golaszewski
· 8 years ago
e32213f
eeprom: at24: support eeproms that do not auto-rollover reads
by Sven Van Asbroeck
· 8 years ago
a23727c
eeprom: at24: remove now unneeded smbus-related code
by Heiner Kallweit
· 8 years ago
dd69a9d
eeprom: at24: remove old read functions
by Heiner Kallweit
· 8 years ago
4bb5c13c
eeprom: at24: add regmap-based read function
by Heiner Kallweit
· 8 years ago
d4297d6
eeprom: at24: remove old write functions
by Heiner Kallweit
· 8 years ago
8e5888e
eeprom: at24: add regmap-based write function
by Heiner Kallweit
· 8 years ago
4604948
eeprom: at24: change at24_translate_offset return type
by Heiner Kallweit
· 8 years ago
5c01525
eeprom: at24: add basic regmap_i2c support
by Heiner Kallweit
· 8 years ago
f8d3bc1
eeprom: at25: Add DT support for EEPROMs with odd address bits
by Geert Uytterhoeven
· 8 years ago
7f6d2ec
eeprom: at24: change nvmem stride to 1
by David Lechner
· 8 years ago
f9ecc83
eeprom: at24: fix I2C device selection for runtime PM
by Sakari Ailus
· 8 years ago
d9bcd46
eeprom: at24: check at24_read/write arguments
by Heiner Kallweit
· 8 years ago
644a1f1
eeprom: at24: fix reading from 24MAC402/24MAC602
by Heiner Kallweit
· 8 years ago
5478e47
eeprom: at24: correctly set the size for at24mac402
by Bartosz Golaszewski
· 8 years ago
4008e6a
Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
7f2a2f0
eeprom: at24: Add OF device ID table
by Javier Martinez Canillas
· 8 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 8 years ago
98e8201
eeprom: at24: enable runtime pm support
by Divagar Mohandass
· 8 years ago
dbc1ab9
eeprom: at24: add support to fetch eeprom device property "size"
by Divagar Mohandass
· 8 years ago
db15d73
eeprom: idt_89hpesx: Support both ACPI and OF probing
by Huy Duong
· 8 years ago
34d0eb5
misc: Convert to using %pOF instead of full_name
by Rob Herring
· 8 years ago
57daedf
MISC: add const to bin_attribute structures
by Bhumika Goyal
· 8 years ago
54ec602
misc: eeprom_93xx46: Simplify the usage of gpiod API
by Fabio Estevam
· 8 years ago
615cdd7
eeprom: idt_89hpesx: Add OF device ID table
by Javier Martinez Canillas
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 9 years ago
7067739
Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
dd905a6
misc: eeprom: at24: use device_property_*() functions instead of of_get_property()
by Ben Gardner
· 9 years ago
f2d6976
eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzalloc
by Wei Yongjun
· 9 years ago
aed74b1
eeprom: idt_89hpesx: Discard memory freeing allocated by devm_kmalloc
by Serge Semin
· 9 years ago
8ade603
eeprom: fix platform_no_drv_owner.cocci warnings
by Julia Lawall
· 9 years ago
acf50ec
eeprom: fix memory leak on buf when failed allocation of csraddr_str
by Colin Ian King
· 9 years ago
cfad642
eeprom: Add IDT 89HPESx EEPROM/CSR driver
by Serge Semin
· 9 years ago
87840a2
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
3936e4c
at25: fix debug and error messaging
by Andy Shevchenko
· 9 years ago
00f0ea7
eeprom: at24: check if the chip is functional in probe()
by Bartosz Golaszewski
· 9 years ago
24da3cc
eeprom: at24: tweak the loop_until_timeout() macro
by Bartosz Golaszewski
· 9 years ago
0b81365
eeprom: at24: add support for at24mac series
by Bartosz Golaszewski
· 9 years ago
818d022
eeprom: at24: support reading the serial number for 24csxx
by Bartosz Golaszewski
· 9 years ago
cd0c861
eeprom: at24: split at24_eeprom_write() into specialized functions
by Bartosz Golaszewski
· 9 years ago
9afd6866
eeprom: at24: split at24_eeprom_read() into specialized functions
by Bartosz Golaszewski
· 9 years ago
9344a81
eeprom: at24: hide the read/write loop behind a macro
by Bartosz Golaszewski
· 9 years ago
318aa9c
eeprom: at24: call read/write functions via function pointers
by Bartosz Golaszewski
· 9 years ago
2da78ac
eeprom: at24: coding style fixes
by Bartosz Golaszewski
· 9 years ago
d5bc004
eeprom: at24: move at24_read() below at24_eeprom_write()
by Bartosz Golaszewski
· 9 years ago
b0b9f7b
eeprom: at24: improve the device_id table readability
by Bartosz Golaszewski
· 9 years ago
5af2344
Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
dd69a18
eeprom: 93xx46: Fix SPI device leak
by Mark Brown
· 9 years ago
96b2a45
eeprom: at25: Fix SPI device leak
by Mark Brown
· 9 years ago
a8ab316
nvmem: 93xx46: remove nvmem regmap dependency
by Srinivas Kandagatla
· 9 years ago
01973a0
eeprom: at25: remove nvmem regmap dependency
by Srinivas Kandagatla
· 9 years ago
cf0361a
eeprom: at24: remove nvmem regmap dependency
by Srinivas Kandagatla
· 9 years ago
1d98d0e
eeprom: at24: replace msleep() with usleep_range()
by Bartosz Golaszewski
· 9 years ago
5057e8e
eeprom: at24: remove a reduntant if
by Bartosz Golaszewski
· 9 years ago
bec3c11
misc: at24: replace memory_accessor with nvmem_device_read
by Andrew Lunn
· 9 years ago
1c4b6e2
eeprom: 93xx46: extend driver to plug into the NVMEM framework
by Andrew Lunn
· 9 years ago
5a99f57
eeprom: at25: extend driver to plug into the NVMEM framework
by Andrew Lunn
· 9 years ago
3ccea0e
eeprom: at25: Remove in kernel API for accessing the EEPROM
by Andrew Lunn
· 9 years ago
57d1555
eeprom: at24: extend driver to plug into the NVMEM framework
by Andrew Lunn
· 9 years ago
3ca9b1a
misc: eeprom_93xx46: Add support for a GPIO 'select' line.
by Cory Tusar
· 10 years ago
e1379b5
misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.
by Cory Tusar
· 10 years ago
c074abe
misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.
by Cory Tusar
· 10 years ago
cb54ad6
misc: eeprom_93xx46: Fix 16-bit read and write accesses.
by Cory Tusar
· 10 years ago
092462c
misc: eeprom: use kobj_to_dev()
by Geliang Tang
· 10 years ago
bc91453
Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 10 years ago
3821a06
spi: Drop owner assignment from spi_drivers
by Andrew F. Davis
· 10 years ago
40d8edc
at24: enable ACPI device found on Galileo Gen2
by Andy Shevchenko
· 10 years ago
acceba5
Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
2cd9fbd
eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated
by Irina Tirdea
· 10 years ago
c49c1f0
misc: eeprom: Export I2C module alias information in missing drivers
by Javier Martinez Canillas
· 10 years ago
141124e
misc: Drop owner assignment from i2c_driver
by Krzysztof Kozlowski
· 10 years ago
5d44f4b
Merge 4.2-rc6 into char-misc-next
by Greg Kroah-Hartman
· 10 years ago
2664e03
misc: eeprom: max6875: clean up max6875_read()
by Vladimir Zapolskiy
· 10 years ago
79dedbd
misc: eeprom: clean up eeprom_read()
by Vladimir Zapolskiy
· 10 years ago
b5da83d
misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/write
by Vladimir Zapolskiy
· 10 years ago
3d0b16a
nvmem: sunxi: Move the SID driver to the nvmem framework
by Maxime Ripard
· 10 years ago
d12c0aa
misc: eeprom: at24: clean up at24_bin_write()
by Vladimir Zapolskiy
· 10 years ago
14e51e5
misc: Drop owner assignment from i2c_driver
by Krzysztof Kozlowski
· 10 years ago
Next »