zephyr/subsys
Kumar Gala 8101a0f661 flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros
Replace:
	DT_FLASH_ERASE_BLOCK_SIZE ->
	DT_PROP(DT_CHOSEN(zephyr_flash), erase_block_size)

	DT_FLASH_WRITE_BLOCK_SIZE ->
	DT_PROP(DT_CHOSEN(zephyr_flash), write_block_size)

As this allows us to phase out the old generator.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-04 13:26:04 +02:00
..
bluetooth Bluetooth: Fix NULL pointer dereference when bt_send() fails 2020-05-04 10:59:39 +03:00
canbus coccinelle: run ms_timeout conversion semantic patch 2020-04-30 18:26:26 +02:00
console kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
cpp kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
debug debug: thread_analyzer: Implement thread analyzer 2020-04-28 09:11:13 -04:00
dfu flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros 2020-05-04 13:26:04 +02:00
disk timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
fb subsys/cfb: move MSB_FIRST down to font capabilities 2020-04-27 13:27:03 +02:00
fs nvs: fix return with held lock 2020-04-06 22:09:12 -04:00
jwt kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
logging soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-23 23:55:37 -05:00
mgmt mgmt: smp: add UDP transport for SMP 2020-04-17 10:16:25 +03:00
net flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros 2020-05-04 13:26:04 +02:00
power power: device: reduce space required to identify pm-capable devices 2020-04-27 15:36:48 +02:00
random drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
settings settings: settings_register static table does not need mutex 2020-02-08 10:07:38 +02:00
shell shell: Refactor command getters 2020-04-23 18:30:41 +02:00
stats cleanup: include/: move stats.h to stats/stats.h 2019-06-27 22:55:49 -04:00
storage kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
testsuite subsys/testsuite: Extended mocking API to support arrays 2020-05-04 12:00:02 +02:00
tracing x86: Rework rework x86 related code to use new DTS macros 2020-04-30 08:37:18 -05:00
usb usb: Convert vbus-gpio usage to new devicetree macros 2020-05-01 07:49:31 -05:00
CMakeLists.txt tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
Kconfig tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00