ENTRY(_start) OUTPUT_FORMAT("binary") SECTIONS { /DISCARD/ : { *(.comment) *(.data) } . = 0x7c00; .mbr 0x7c00 : AT(0x0) { *(.mbr) } .mbr_data 0x7d00 : AT(0x100) { *(.mbr_data) } . = 0x7c00 + 0x1FE; .mbr_magic : AT(0x1FE) { BYTE(0x55) BYTE(0xAA) } .stage1 0x7e00 : AT(0x200) { *(.stage1) *(.stage1_ro) *(.rodata*) *(.stage1.text) *(.stage1.data) } pad 0x91ff : AT(0x1600) { /* 11th block */ BYTE(0) } _stack_start = .; .stack 0x99ff : AT(0x1cff) { /* 15th block */ BYTE(0) } _stack_end = .; } '2'>cgit logo index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/net/ieee802154/adf7242.c
AgeCommit message (Expand)Author
2023-06-18ieee802154/adf7242: Add MODULE_FIRMWARE macroJuerg Haefliger
2023-03-15net: ieee802154: adf7242: drop owner from driverKrzysztof Kozlowski
2023-03-15net: ieee802154: adf7242: drop of_match_ptr for ID tableKrzysztof Kozlowski
2022-08-23ieee802154/adf7242: defer destroy_workqueue callLin Ma
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2020-08-03ieee802154/adf7242: check status of adf7242_read_regTom Rix
2020-07-20net: ieee802154: adf7242: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-17ieee802154: fix one possible memleak in adf7242_probeLiu Jian
2019-08-10ieee802154: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner
2019-03-13net: ieee802154: fix a potential NULL pointer dereferenceKangjie Lu
2018-09-21ieee802154: remove unecessary condition check before debugfs_remove_recursivezhong jiang
2018-07-09net: ieee802154: adf7242: Fix OCL calibration runsMichael Hennerich
2018-07-09net: ieee802154: adf7242: Fix erroneous RX enableMichael Hennerich
2017-11-29net: ieee802154: adf7242: Rework IRQ and packet handlingMichael Hennerich
2017-11-29net: ieee802154: adf7242: Avoid redundant RC_READY pollingMichael Hennerich
2017-11-29net: ieee802154: adf7242: Add additional DEBUG informationMichael Hennerich
2017-11-29net: ieee802154: adf7242: Fix bug if defined DEBUGMichael Hennerich
2017-11-29net: ieee802154: adf7242: Add support for ADF7241 devicesMichael Hennerich
2017-11-06ieee802154: adf7242: use unsigned int over only unsignedStefan Schmidt